Color Hex Logo

#ddb36d Color Hex

#DDB36D
(221,179,109)
0 Favorites   0 Comments

Color spaces of #ddb36d

RGB 221179109
HSL0.100.620.65
HSV38°51°87°
CMYK 0.000.190.51   0.13
XYZ48.699248.716521.3045
Yxy48.71650.41020.4103
Hunter Lab69.79722.398730.7607
CIE-Lab75.27466.671241.2607

#ddb36d color RGB value is (221,179,109).

#ddb36d hex color red value is 221, green value is 179 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddb36d hue: 0.10 , saturation: 0.62 and the lightness value of ddb36d is 0.65.

The process color (four color CMYK) of #ddb36d color hex is 0.00, 0.19, 0.51, 0.13. Web safe color of #ddb36d is #cccc66. Color #ddb36d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01101101
Octal 335 263 155
Decimal 221 179 109
Hex DD B3 6D

RGB Percentages of Color #ddb36d

%43.42
%35.17
%21.41

CMYK Percentages of Color #ddb36d

%0
%19
%51
%13

Triadic Colors of #ddb36d

#ddb36d #6dddb3 #b36ddd

Analogous Colors of #ddb36d

#ddb36d #cfdd6d #dd7b6d

Monochromatic Colors of #ddb36d

#ddb36d

Complementary Color

#ddb36d #6d97dd

#ddb36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb36d Color CSS Codes

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

#ddb36d Text Font Color

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

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


#ddb36d Background Color

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

This div background color is #ddb36d


#ddb36d Border Color

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

This div border color is #ddb36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb36d


Comments

No comments written yet.

Please login to write comment.