Color Hex Logo

#ddb311 Color Hex

#DDB311
(221,179,17)
0 Favorites   0 Comments

Color spaces of #ddb311

RGB 22117917
HSL0.130.860.47
HSV48°92°87°
CMYK 0.000.190.92   0.13
XYZ46.040147.65287.3017
Yxy47.65280.45590.4718
Hunter Lab69.0310-1.754042.0504
CIE-Lab74.60542.136974.9610

#ddb311 color RGB value is (221,179,17).

#ddb311 hex color red value is 221, green value is 179 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ddb311 hue: 0.13 , saturation: 0.86 and the lightness value of ddb311 is 0.47.

The process color (four color CMYK) of #ddb311 color hex is 0.00, 0.19, 0.92, 0.13. Web safe color of #ddb311 is #cccc00. Color #ddb311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00010001
Octal 335 263 21
Decimal 221 179 17
Hex DD B3 11

RGB Percentages of Color #ddb311

%53.00
%42.93
%4.08

CMYK Percentages of Color #ddb311

%0
%19
%92
%13

Triadic Colors of #ddb311

#ddb311 #11ddb3 #b311dd

Analogous Colors of #ddb311

#ddb311 #a1dd11 #dd4d11

Monochromatic Colors of #ddb311

#ddb311

Complementary Color

#ddb311 #113bdd

#ddb311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb311 Color CSS Codes

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

#ddb311 Text Font Color

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

This sample text font color is #ddb311
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.


#ddb311 Background Color

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

This div background color is #ddb311


#ddb311 Border Color

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

This div border color is #ddb311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb311


Comments

No comments written yet.

Please login to write comment.