Html Css Color HEX #D0C08F Winter Hazel

📋 copy color: '#D0C08F'

red 208 ◦ green 192 ◦ blue 143

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

Shades of Winter Hazel #D0C08F

Tints of Winter Hazel #D0C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.36%

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 38.31%
G = 35.36%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0C08F (or 0xD0C08F) is known color: Winter Hazel. HEX triplet: D0, C0 and 8F. RGB value is (208,192,143). Sum of RGB (Red+Green+Blue) = 208+192+143=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C08F is #2F3F70. Grayscale: #BFBFBF. Windows color (decimal): -3096433 or 9421008. OLE color: 9421008.

HSL color Cylindrical-coordinate representation of color #D0C08F: hue angle of 45.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0C08F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 143 -
CMYK 0 0.08 0.31 0.18
HSL 45.23º 0.41% 0.69% -
HSV(B) 45.23º 0.31% 0.82% -
XYZ 49.82 53.09 33.61 -
YUV 191.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 208 192 143 0 0.08 0.31 0.18 45.23 0.41 0.69
Hex D0 C0 8F 0 8 1F 12 2D 29 45
Octal 320 300 217 0 10 37 22 55 51 105
Binary 11010000 11000000 10001111 0 1000 11111 10010 101101 101001 1000101

Color Harmonies of #D0C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C08F

Black with #D0C08F

Text Example


Text Example

White with #D0C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C08F; }

 p { color: rgb(208,192,143); }

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

background-color css

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

 a { background-color: rgb(208,192,143); }

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

border-color css

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

 span { border-color: rgb(208,192,143); }

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