Html Css Color HEX #D7C582 Winter Hazel

📋 copy color: '#D7C582'

red 215 ◦ green 197 ◦ blue 130

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

Shades of Winter Hazel #D7C582

Tints of Winter Hazel #D7C582

RGB

 RED value IS 215 (84.38% from 255) = 39.67%

 GREEN value IS 197 (77.34% from 255) = 36.35%

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

R = 39.67%
G = 36.35%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D7C582 (or 0xD7C582) is known color: Winter Hazel. HEX triplet: D7, C5 and 82. RGB value is (215,197,130). Sum of RGB (Red+Green+Blue) = 215+197+130=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C582 is #283A7D. Grayscale: #C3C3C3. Windows color (decimal): -2636414 or 8570327. OLE color: 8570327.

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

Color convert

RGB 215 197 130 -
CMYK 0 0.08 0.40 0.16
HSL 47.29º 0.52% 0.68% -
HSV(B) 47.29º 0.4% 0.84% -
XYZ 52.02 55.99 29.18 -
YUV 194.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 215 197 130 0 0.08 0.40 0.16 47.29 0.52 0.68
Hex D7 C5 82 0 8 28 10 2F 34 44
Octal 327 305 202 0 10 50 20 57 64 104
Binary 11010111 11000101 10000010 0 1000 101000 10000 101111 110100 1000100

Color Harmonies of #D7C582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C582

Black with #D7C582

Text Example


Text Example

White with #D7C582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C582; }

 p { color: rgb(215,197,130); }

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

background-color css

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

 a { background-color: rgb(215,197,130); }

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

border-color css

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

 span { border-color: rgb(215,197,130); }

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