Html Css Color HEX #D6CC8D Winter Hazel

📋 copy color: '#D6CC8D'

red 214 ◦ green 204 ◦ blue 141

#D6CC8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D6CC8D

Tints of Winter Hazel #D6CC8D

RGB

 RED value IS 214 (83.98% from 255) = 38.28%

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 38.28%
G = 36.49%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6CC8D (or 0xD6CC8D) is known color: Winter Hazel. HEX triplet: D6, CC and 8D. RGB value is (214,204,141). Sum of RGB (Red+Green+Blue) = 214+204+141=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC8D is #293372. Grayscale: #C8C8C8. Windows color (decimal): -2700147 or 9293014. OLE color: 9293014.

HSL color Cylindrical-coordinate representation of color #D6CC8D: hue angle of 51.78º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6CC8D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 141 -
CMYK 0 0.05 0.34 0.16
HSL 51.78º 0.47% 0.7% -
HSV(B) 51.78º 0.34% 0.84% -
XYZ 54.13 59.4 33.81 -
YUV 199.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 214 204 141 0 0.05 0.34 0.16 51.78 0.47 0.7
Hex D6 CC 8D 0 5 22 10 34 2F 46
Octal 326 314 215 0 5 42 20 64 57 106
Binary 11010110 11001100 10001101 0 101 100010 10000 110100 101111 1000110

Color Harmonies of #D6CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC8D

Black with #D6CC8D

Text Example


Text Example

White with #D6CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC8D; }

 p { color: rgb(214,204,141); }

 H1.HeaderClassName
 {
   color: #D6CC8D;
 }
 .AnyTagClassName
 {
   color: #D6CC8D;
 }
</style>

background-color css

<style>
 a { background-color: #D6CC8D; }

 a { background-color: rgb(214,204,141); }

 div.DivClassName
 {
   background-color: #D6CC8D;
 }
 .BgClassName
 {
   background-color: #D6CC8D;
 }
</style>

border-color css

<style>
 span { border-color: #D6CC8D; }

 span { border-color: rgb(214,204,141); }

 td.TdClassName
 {
   border-color: #D6CC8D;
 }
 .TagClassName
 {
   border-color: #D6CC8D;
 }
</style>