Html Css Color HEX #D2C782 Winter Hazel

📋 copy color: '#D2C782'

red 210 ◦ green 199 ◦ blue 130

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

Shades of Winter Hazel #D2C782

Tints of Winter Hazel #D2C782

RGB

 RED value IS 210 (82.42% from 255) = 38.96%

 GREEN value IS 199 (78.13% from 255) = 36.92%

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

R = 38.96%
G = 36.92%
B = 24.12%

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

#D2C782 (or 0xD2C782) is known color: Winter Hazel. HEX triplet: D2, C7 and 82. RGB value is (210,199,130). Sum of RGB (Red+Green+Blue) = 210+199+130=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C782 is #2D387D. Grayscale: #C2C2C2. Windows color (decimal): -2963582 or 8570834. OLE color: 8570834.

HSL color Cylindrical-coordinate representation of color #D2C782: hue angle of 51.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2C782 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 130 -
CMYK 0 0.05 0.38 0.18
HSL 51.75º 0.47% 0.67% -
HSV(B) 51.75º 0.38% 0.82% -
XYZ 51.03 56.16 29.27 -
YUV 194.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 210 199 130 0 0.05 0.38 0.18 51.75 0.47 0.67
Hex D2 C7 82 0 5 26 12 34 2F 43
Octal 322 307 202 0 5 46 22 64 57 103
Binary 11010010 11000111 10000010 0 101 100110 10010 110100 101111 1000011

Color Harmonies of #D2C782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C782

Black with #D2C782

Text Example


Text Example

White with #D2C782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C782; }

 p { color: rgb(210,199,130); }

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

background-color css

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

 a { background-color: rgb(210,199,130); }

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

border-color css

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

 span { border-color: rgb(210,199,130); }

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