Html Css Color HEX #D6C680 Winter Hazel

📋 copy color: '#D6C680'

red 214 ◦ green 198 ◦ blue 128

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

Shades of Winter Hazel #D6C680

Tints of Winter Hazel #D6C680

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

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

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

R = 39.63%
G = 36.67%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6C680 (or 0xD6C680) is known color: Winter Hazel. HEX triplet: D6, C6 and 80. RGB value is (214,198,128). Sum of RGB (Red+Green+Blue) = 214+198+128=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C680 is #29397F. Grayscale: #C3C3C3. Windows color (decimal): -2701696 or 8439510. OLE color: 8439510.

HSL color Cylindrical-coordinate representation of color #D6C680: hue angle of 48.84º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6C680 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 128 -
CMYK 0 0.07 0.40 0.16
HSL 48.84º 0.51% 0.67% -
HSV(B) 48.84º 0.4% 0.84% -
XYZ 51.82 56.24 28.55 -
YUV 194.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 214 198 128 0 0.07 0.40 0.16 48.84 0.51 0.67
Hex D6 C6 80 0 7 28 10 31 33 43
Octal 326 306 200 0 7 50 20 61 63 103
Binary 11010110 11000110 10000000 0 111 101000 10000 110001 110011 1000011

Color Harmonies of #D6C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C680

Black with #D6C680

Text Example


Text Example

White with #D6C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C680; }

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

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

background-color css

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

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

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

border-color css

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

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

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