Html Css Color HEX #D0C680 Winter Hazel

📋 copy color: '#D0C680'

red 208 ◦ green 198 ◦ blue 128

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

Shades of Winter Hazel #D0C680

Tints of Winter Hazel #D0C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

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

R = 38.95%
G = 37.08%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0C680 (or 0xD0C680) is known color: Winter Hazel. HEX triplet: D0, C6 and 80. RGB value is (208,198,128). Sum of RGB (Red+Green+Blue) = 208+198+128=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C680 is #2F397F. Grayscale: #C1C1C1. Windows color (decimal): -3094912 or 8439504. OLE color: 8439504.

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

Color convert

RGB 208 198 128 -
CMYK 0 0.05 0.38 0.18
HSL 52.5º 0.46% 0.66% -
HSV(B) 52.5º 0.38% 0.82% -
XYZ 50.1 55.36 28.47 -
YUV 193.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 208 198 128 0 0.05 0.38 0.18 52.5 0.46 0.66
Hex D0 C6 80 0 5 26 12 34 2E 42
Octal 320 306 200 0 5 46 22 64 56 102
Binary 11010000 11000110 10000000 0 101 100110 10010 110100 101110 1000010

Color Harmonies of #D0C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C680

Black with #D0C680

Text Example


Text Example

White with #D0C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C680; }

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

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

background-color css

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

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

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

border-color css

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

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

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