Html Css Color HEX #D0C382 Winter Hazel

📋 copy color: '#D0C382'

red 208 ◦ green 195 ◦ blue 130

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

Shades of Winter Hazel #D0C382

Tints of Winter Hazel #D0C382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 39.02%
G = 36.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0C382 (or 0xD0C382) is known color: Winter Hazel. HEX triplet: D0, C3 and 82. RGB value is (208,195,130). Sum of RGB (Red+Green+Blue) = 208+195+130=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C382 is #2F3C7D. Grayscale: #BFBFBF. Windows color (decimal): -3095678 or 8569808. OLE color: 8569808.

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

Color convert

RGB 208 195 130 -
CMYK 0 0.06 0.38 0.18
HSL 50º 0.45% 0.66% -
HSV(B) 50º 0.38% 0.82% -
XYZ 49.56 54.05 28.94 -
YUV 191.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 208 195 130 0 0.06 0.38 0.18 50 0.45 0.66
Hex D0 C3 82 0 6 26 12 32 2D 42
Octal 320 303 202 0 6 46 22 62 55 102
Binary 11010000 11000011 10000010 0 110 100110 10010 110010 101101 1000010

Color Harmonies of #D0C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C382

Black with #D0C382

Text Example


Text Example

White with #D0C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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