Html Css Color HEX #D6CA88 Winter Hazel

📋 copy color: '#D6CA88'

red 214 ◦ green 202 ◦ blue 136

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

Shades of Winter Hazel #D6CA88

Tints of Winter Hazel #D6CA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.64%

R = 38.77%
G = 36.59%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6CA88 (or 0xD6CA88) is known color: Winter Hazel. HEX triplet: D6, CA and 88. RGB value is (214,202,136). Sum of RGB (Red+Green+Blue) = 214+202+136=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA88 is #293577. Grayscale: #C6C6C6. Windows color (decimal): -2700664 or 8964822. OLE color: 8964822.

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

Color convert

RGB 214 202 136 -
CMYK 0 0.06 0.36 0.16
HSL 50.77º 0.49% 0.69% -
HSV(B) 50.77º 0.36% 0.84% -
XYZ 53.3 58.31 31.74 -
YUV 198.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 214 202 136 0 0.06 0.36 0.16 50.77 0.49 0.69
Hex D6 CA 88 0 6 24 10 33 31 45
Octal 326 312 210 0 6 44 20 63 61 105
Binary 11010110 11001010 10001000 0 110 100100 10000 110011 110001 1000101

Color Harmonies of #D6CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA88

Black with #D6CA88

Text Example


Text Example

White with #D6CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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