Color Hex Logo

#ddb103 Color Hex

#DDB103
(221,177,3)
0 Favorites   0 Comments

Color spaces of #ddb103

RGB 2211773
HSL0.130.970.44
HSV48°99°87°
CMYK 0.000.200.99   0.13
XYZ45.557446.82306.7228
Yxy46.82300.45970.4725
Hunter Lab68.4273-0.906542.0741
CIE-Lab74.07643.039976.2557

#ddb103 color RGB value is (221,177,3).

#ddb103 hex color red value is 221, green value is 177 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ddb103 hue: 0.13 , saturation: 0.97 and the lightness value of ddb103 is 0.44.

The process color (four color CMYK) of #ddb103 color hex is 0.00, 0.20, 0.99, 0.13. Web safe color of #ddb103 is #cc9900. Color #ddb103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00000011
Octal 335 261 3
Decimal 221 177 3
Hex DD B1 3

RGB Percentages of Color #ddb103

%55.11
%44.14
%0.75

CMYK Percentages of Color #ddb103

%0
%20
%99
%13

Triadic Colors of #ddb103

#ddb103 #03ddb1 #b103dd

Analogous Colors of #ddb103

#ddb103 #9cdd03 #dd4403

Monochromatic Colors of #ddb103

#ddb103

Complementary Color

#ddb103 #032fdd

#ddb103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb103 Color CSS Codes

.mybgcolor {background-color:#ddb103; } 
.myforecolor {color:#ddb103; }
.mybordercolor {border:3px solid #ddb103; }

#ddb103 Text Font Color

<p style="color:#ddb103">Text here</p>

This sample text font color is #ddb103
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb103 Background Color

<div style="background-color:#ddb103">
Div content here</div>

This div background color is #ddb103


#ddb103 Border Color

<div style="border:3px solid #ddb103">
Div here</div>

This div border color is #ddb103


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,177,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb103; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb103;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb103;
  box-shadow:         1px 1px 3px 2px #ddb103; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,177,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb103">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb103;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb103;
  box-shadow:         1px 1px 3px 2px #ddb103;">
Div content here</div>

This div box has shadow with color #ddb103


Comments

No comments written yet.

Please login to write comment.