Color Hex Logo

#ddc36d Color Hex

#DDC36D
(221,195,109)
0 Favorites   0 Comments

Color spaces of #ddc36d

RGB 221195109
HSL0.130.620.65
HSV46°51°87°
CMYK 0.000.120.51   0.13
XYZ52.094255.506522.4362
Yxy55.50650.40060.4269
Hunter Lab74.5027-5.567934.2969
CIE-Lab79.3321-1.728746.2359

#ddc36d color RGB value is (221,195,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01101101
Octal 335 303 155
Decimal 221 195 109
Hex DD C3 6D

RGB Percentages of Color #ddc36d

%42.10
%37.14
%20.76

CMYK Percentages of Color #ddc36d

%0
%12
%51
%13

Triadic Colors of #ddc36d

#ddc36d #6dddc3 #c36ddd

Analogous Colors of #ddc36d

#ddc36d #bfdd6d #dd8b6d

Monochromatic Colors of #ddc36d

#ddc36d

Complementary Color

#ddc36d #6d87dd

#ddc36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc36d Color CSS Codes

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

#ddc36d Text Font Color

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

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


#ddc36d Background Color

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

This div background color is #ddc36d


#ddc36d Border Color

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

This div border color is #ddc36d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,195,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 #ddc36d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc36d


Comments

No comments written yet.

Please login to write comment.