Html Css Color HEX #D6CA84 Winter Hazel

📋 copy color: '#D6CA84'

red 214 ◦ green 202 ◦ blue 132

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

Shades of Winter Hazel #D6CA84

Tints of Winter Hazel #D6CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

 BLUE value IS 132 (51.95% from 255) = 24.09%

R = 39.05%
G = 36.86%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6CA84 (or 0xD6CA84) is known color: Winter Hazel. HEX triplet: D6, CA and 84. RGB value is (214,202,132). Sum of RGB (Red+Green+Blue) = 214+202+132=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA84 is #29357B. Grayscale: #C5C5C5. Windows color (decimal): -2700668 or 8702678. OLE color: 8702678.

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

Color convert

RGB 214 202 132 -
CMYK 0 0.06 0.38 0.16
HSL 51.22º 0.5% 0.68% -
HSV(B) 51.22º 0.38% 0.84% -
XYZ 53.02 58.2 30.27 -
YUV 197.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 214 202 132 0 0.06 0.38 0.16 51.22 0.5 0.68
Hex D6 CA 84 0 6 26 10 33 32 44
Octal 326 312 204 0 6 46 20 63 62 104
Binary 11010110 11001010 10000100 0 110 100110 10000 110011 110010 1000100

Color Harmonies of #D6CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA84

Black with #D6CA84

Text Example


Text Example

White with #D6CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA84; }

 p { color: rgb(214,202,132); }

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

background-color css

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

 a { background-color: rgb(214,202,132); }

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

border-color css

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

 span { border-color: rgb(214,202,132); }

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