Html Css Color HEX #D0C37C Winter Hazel

📋 copy color: '#D0C37C'

red 208 ◦ green 195 ◦ blue 124

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

Shades of Winter Hazel #D0C37C

Tints of Winter Hazel #D0C37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 39.47%
G = 37%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C37C (or 0xD0C37C) is known color: Winter Hazel. HEX triplet: D0, C3 and 7C. RGB value is (208,195,124). Sum of RGB (Red+Green+Blue) = 208+195+124=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C37C is #2F3C83. Grayscale: #BFBFBF. Windows color (decimal): -3095684 or 8176592. OLE color: 8176592.

HSL color Cylindrical-coordinate representation of color #D0C37C: hue angle of 50.71º 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 #D0C37C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 124 -
CMYK 0 0.06 0.40 0.18
HSL 50.71º 0.47% 0.65% -
HSV(B) 50.71º 0.4% 0.82% -
XYZ 49.17 53.9 26.88 -
YUV 190.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 208 195 124 0 0.06 0.40 0.18 50.71 0.47 0.65
Hex D0 C3 7C 0 6 28 12 33 2F 41
Octal 320 303 174 0 6 50 22 63 57 101
Binary 11010000 11000011 1111100 0 110 101000 10010 110011 101111 1000001

Color Harmonies of #D0C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C37C

Black with #D0C37C

Text Example


Text Example

White with #D0C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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