Html Css Color HEX #D5C982 Winter Hazel

📋 copy color: '#D5C982'

red 213 ◦ green 201 ◦ blue 130

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

Shades of Winter Hazel #D5C982

Tints of Winter Hazel #D5C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

 BLUE value IS 130 (51.17% from 255) = 23.9%

R = 39.15%
G = 36.95%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5C982 (or 0xD5C982) is known color: Winter Hazel. HEX triplet: D5, C9 and 82. RGB value is (213,201,130). Sum of RGB (Red+Green+Blue) = 213+201+130=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C982 is #2A367D. Grayscale: #C4C4C4. Windows color (decimal): -2766462 or 8571349. OLE color: 8571349.

HSL color Cylindrical-coordinate representation of color #D5C982: hue angle of 51.33º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5C982 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 130 -
CMYK 0 0.06 0.39 0.16
HSL 51.33º 0.5% 0.67% -
HSV(B) 51.33º 0.39% 0.84% -
XYZ 52.36 57.53 29.46 -
YUV 196.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 213 201 130 0 0.06 0.39 0.16 51.33 0.5 0.67
Hex D5 C9 82 0 6 27 10 33 32 43
Octal 325 311 202 0 6 47 20 63 62 103
Binary 11010101 11001001 10000010 0 110 100111 10000 110011 110010 1000011

Color Harmonies of #D5C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C982

Black with #D5C982

Text Example


Text Example

White with #D5C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C982; }

 p { color: rgb(213,201,130); }

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

background-color css

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

 a { background-color: rgb(213,201,130); }

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

border-color css

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

 span { border-color: rgb(213,201,130); }

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