Html Css Color HEX #D6C282 Winter Hazel

📋 copy color: '#D6C282'

red 214 ◦ green 194 ◦ blue 130

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

Shades of Winter Hazel #D6C282

Tints of Winter Hazel #D6C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

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

R = 39.78%
G = 36.06%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6C282 (or 0xD6C282) is known color: Winter Hazel. HEX triplet: D6, C2 and 82. RGB value is (214,194,130). Sum of RGB (Red+Green+Blue) = 214+194+130=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C282 is #293D7D. Grayscale: #C0C0C0. Windows color (decimal): -2702718 or 8569558. OLE color: 8569558.

HSL color Cylindrical-coordinate representation of color #D6C282: hue angle of 45.71º degrees, saturation: 0.51, 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 #D6C282 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 130 -
CMYK 0 0.09 0.39 0.16
HSL 45.71º 0.51% 0.67% -
HSV(B) 45.71º 0.39% 0.84% -
XYZ 51.05 54.49 28.95 -
YUV 192.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 214 194 130 0 0.09 0.39 0.16 45.71 0.51 0.67
Hex D6 C2 82 0 9 27 10 2E 33 43
Octal 326 302 202 0 11 47 20 56 63 103
Binary 11010110 11000010 10000010 0 1001 100111 10000 101110 110011 1000011

Color Harmonies of #D6C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C282

Black with #D6C282

Text Example


Text Example

White with #D6C282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C282; }

 p { color: rgb(214,194,130); }

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

background-color css

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

 a { background-color: rgb(214,194,130); }

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

border-color css

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

 span { border-color: rgb(214,194,130); }

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