Html Css Color HEX #D0C480 Winter Hazel

📋 copy color: '#D0C480'

red 208 ◦ green 196 ◦ blue 128

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

Shades of Winter Hazel #D0C480

Tints of Winter Hazel #D0C480

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 39.1%
G = 36.84%
B = 24.06%

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

#D0C480 (or 0xD0C480) is known color: Winter Hazel. HEX triplet: D0, C4 and 80. RGB value is (208,196,128). Sum of RGB (Red+Green+Blue) = 208+196+128=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C480 is #2F3B7F. Grayscale: #C0C0C0. Windows color (decimal): -3095424 or 8438992. OLE color: 8438992.

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

Color convert

RGB 208 196 128 -
CMYK 0 0.06 0.38 0.18
HSL 51º 0.46% 0.66% -
HSV(B) 51º 0.38% 0.82% -
XYZ 49.65 54.45 28.31 -
YUV 191.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 208 196 128 0 0.06 0.38 0.18 51 0.46 0.66
Hex D0 C4 80 0 6 26 12 33 2E 42
Octal 320 304 200 0 6 46 22 63 56 102
Binary 11010000 11000100 10000000 0 110 100110 10010 110011 101110 1000010

Color Harmonies of #D0C480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C480

Black with #D0C480

Text Example


Text Example

White with #D0C480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C480; }

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

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

background-color css

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

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

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

border-color css

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

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

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