Html Css Color HEX #D0C384 Winter Hazel

📋 copy color: '#D0C384'

red 208 ◦ green 195 ◦ blue 132

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

Shades of Winter Hazel #D0C384

Tints of Winter Hazel #D0C384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.67%

R = 38.88%
G = 36.45%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D0C384 (or 0xD0C384) is known color: Winter Hazel. HEX triplet: D0, C3 and 84. RGB value is (208,195,132). Sum of RGB (Red+Green+Blue) = 208+195+132=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C384 is #2F3C7B. Grayscale: #BFBFBF. Windows color (decimal): -3095676 or 8700880. OLE color: 8700880.

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

Color convert

RGB 208 195 132 -
CMYK 0 0.06 0.37 0.18
HSL 49.74º 0.45% 0.67% -
HSV(B) 49.74º 0.37% 0.82% -
XYZ 49.69 54.11 29.65 -
YUV 191.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 208 195 132 0 0.06 0.37 0.18 49.74 0.45 0.67
Hex D0 C3 84 0 6 25 12 32 2D 43
Octal 320 303 204 0 6 45 22 62 55 103
Binary 11010000 11000011 10000100 0 110 100101 10010 110010 101101 1000011

Color Harmonies of #D0C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C384

Black with #D0C384

Text Example


Text Example

White with #D0C384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C384; }

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

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

background-color css

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

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

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

border-color css

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

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

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