Html Css Color HEX #D0C380 Winter Hazel

📋 copy color: '#D0C380'

red 208 ◦ green 195 ◦ blue 128

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

Shades of Winter Hazel #D0C380

Tints of Winter Hazel #D0C380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.11%

R = 39.17%
G = 36.72%
B = 24.11%

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

#D0C380 (or 0xD0C380) is known color: Winter Hazel. HEX triplet: D0, C3 and 80. RGB value is (208,195,128). Sum of RGB (Red+Green+Blue) = 208+195+128=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C380 is #2F3C7F. Grayscale: #BFBFBF. Windows color (decimal): -3095680 or 8438736. OLE color: 8438736.

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

Color convert

RGB 208 195 128 -
CMYK 0 0.06 0.38 0.18
HSL 50.25º 0.46% 0.66% -
HSV(B) 50.25º 0.38% 0.82% -
XYZ 49.42 54 28.24 -
YUV 191.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 208 195 128 0 0.06 0.38 0.18 50.25 0.46 0.66
Hex D0 C3 80 0 6 26 12 32 2E 42
Octal 320 303 200 0 6 46 22 62 56 102
Binary 11010000 11000011 10000000 0 110 100110 10010 110010 101110 1000010

Color Harmonies of #D0C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C380

Black with #D0C380

Text Example


Text Example

White with #D0C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C380; }

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

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

background-color css

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

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

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

border-color css

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

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

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