Html Css Color HEX #D0C38C Winter Hazel

📋 copy color: '#D0C38C'

red 208 ◦ green 195 ◦ blue 140

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

Shades of Winter Hazel #D0C38C

Tints of Winter Hazel #D0C38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 38.31%
G = 35.91%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0C38C (or 0xD0C38C) is known color: Winter Hazel. HEX triplet: D0, C3 and 8C. RGB value is (208,195,140). Sum of RGB (Red+Green+Blue) = 208+195+140=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C38C is #2F3C73. Grayscale: #C0C0C0. Windows color (decimal): -3095668 or 9225168. OLE color: 9225168.

HSL color Cylindrical-coordinate representation of color #D0C38C: hue angle of 48.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C38C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 140 -
CMYK 0 0.06 0.33 0.18
HSL 48.53º 0.42% 0.68% -
HSV(B) 48.53º 0.33% 0.82% -
XYZ 50.26 54.33 32.65 -
YUV 192.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 208 195 140 0 0.06 0.33 0.18 48.53 0.42 0.68
Hex D0 C3 8C 0 6 21 12 31 2A 44
Octal 320 303 214 0 6 41 22 61 52 104
Binary 11010000 11000011 10001100 0 110 100001 10010 110001 101010 1000100

Color Harmonies of #D0C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C38C

Black with #D0C38C

Text Example


Text Example

White with #D0C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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