Html Css Color HEX #D5C680 Winter Hazel

📋 copy color: '#D5C680'

red 213 ◦ green 198 ◦ blue 128

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

Shades of Winter Hazel #D5C680

Tints of Winter Hazel #D5C680

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

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

R = 39.52%
G = 36.73%
B = 23.75%

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

#D5C680 (or 0xD5C680) is known color: Winter Hazel. HEX triplet: D5, C6 and 80. RGB value is (213,198,128). Sum of RGB (Red+Green+Blue) = 213+198+128=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C680 is #2A397F. Grayscale: #C2C2C2. Windows color (decimal): -2767232 or 8439509. OLE color: 8439509.

HSL color Cylindrical-coordinate representation of color #D5C680: hue angle of 49.41º degrees, saturation: 0.5, 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 #D5C680 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 128 -
CMYK 0 0.07 0.40 0.16
HSL 49.41º 0.5% 0.67% -
HSV(B) 49.41º 0.4% 0.84% -
XYZ 51.53 56.09 28.53 -
YUV 194.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 213 198 128 0 0.07 0.40 0.16 49.41 0.5 0.67
Hex D5 C6 80 0 7 28 10 31 32 43
Octal 325 306 200 0 7 50 20 61 62 103
Binary 11010101 11000110 10000000 0 111 101000 10000 110001 110010 1000011

Color Harmonies of #D5C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C680

Black with #D5C680

Text Example


Text Example

White with #D5C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C680; }

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

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

background-color css

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

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

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

border-color css

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

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

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