Html Css Color HEX #D0C97C Winter Hazel

📋 copy color: '#D0C97C'

red 208 ◦ green 201 ◦ blue 124

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

Shades of Winter Hazel #D0C97C

Tints of Winter Hazel #D0C97C

RGB

 RED value IS 208 (81.64% from 255) = 39.02%

 GREEN value IS 201 (78.91% from 255) = 37.71%

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 39.02%
G = 37.71%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C97C (or 0xD0C97C) is known color: Winter Hazel. HEX triplet: D0, C9 and 7C. RGB value is (208,201,124). Sum of RGB (Red+Green+Blue) = 208+201+124=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C97C is #2F3683. Grayscale: #C2C2C2. Windows color (decimal): -3094148 or 8178128. OLE color: 8178128.

HSL color Cylindrical-coordinate representation of color #D0C97C: hue angle of 55º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0C97C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 124 -
CMYK 0 0.03 0.40 0.18
HSL 55º 0.47% 0.65% -
HSV(B) 55º 0.4% 0.82% -
XYZ 50.54 56.64 27.34 -
YUV 194.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 208 201 124 0 0.03 0.40 0.18 55 0.47 0.65
Hex D0 C9 7C 0 3 28 12 37 2F 41
Octal 320 311 174 0 3 50 22 67 57 101
Binary 11010000 11001001 1111100 0 11 101000 10010 110111 101111 1000001

Color Harmonies of #D0C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C97C

Black with #D0C97C

Text Example


Text Example

White with #D0C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C97C; }

 p { color: rgb(208,201,124); }

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

background-color css

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

 a { background-color: rgb(208,201,124); }

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

border-color css

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

 span { border-color: rgb(208,201,124); }

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