Color Hex Logo

#ddb340 Color Hex

#DDB340
(221,179,64)
0 Favorites   0 Comments

Color spaces of #ddb340

RGB 22117964
HSL0.120.700.56
HSV44°71°87°
CMYK 0.000.190.71   0.13
XYZ46.864347.982511.6420
Yxy47.98250.44010.4506
Hunter Lab69.2694-0.457138.5238
CIE-Lab74.81393.567661.6495

#ddb340 color RGB value is (221,179,64).

#ddb340 hex color red value is 221, green value is 179 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ddb340 hue: 0.12 , saturation: 0.70 and the lightness value of ddb340 is 0.56.

The process color (four color CMYK) of #ddb340 color hex is 0.00, 0.19, 0.71, 0.13. Web safe color of #ddb340 is #cccc33. Color #ddb340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01000000
Octal 335 263 100
Decimal 221 179 64
Hex DD B3 40

RGB Percentages of Color #ddb340

%47.63
%38.58
%13.79

CMYK Percentages of Color #ddb340

%0
%19
%71
%13

Triadic Colors of #ddb340

#ddb340 #40ddb3 #b340dd

Analogous Colors of #ddb340

#ddb340 #b9dd40 #dd6540

Monochromatic Colors of #ddb340

#ddb340

Complementary Color

#ddb340 #406add

#ddb340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb340 Color CSS Codes

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

#ddb340 Text Font Color

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

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


#ddb340 Background Color

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

This div background color is #ddb340


#ddb340 Border Color

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

This div border color is #ddb340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb340


Comments

No comments written yet.

Please login to write comment.