Html Css Color HEX #D6C488 Winter Hazel

📋 copy color: '#D6C488'

red 214 ◦ green 196 ◦ blue 136

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

Shades of Winter Hazel #D6C488

Tints of Winter Hazel #D6C488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 39.19%
G = 35.9%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C488 (or 0xD6C488) is known color: Winter Hazel. HEX triplet: D6, C4 and 88. RGB value is (214,196,136). Sum of RGB (Red+Green+Blue) = 214+196+136=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C488 is #293B77. Grayscale: #C2C2C2. Windows color (decimal): -2702200 or 8963286. OLE color: 8963286.

HSL color Cylindrical-coordinate representation of color #D6C488: hue angle of 46.15º 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 #D6C488 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 136 -
CMYK 0 0.08 0.36 0.16
HSL 46.15º 0.49% 0.69% -
HSV(B) 46.15º 0.36% 0.84% -
XYZ 51.92 55.55 31.28 -
YUV 194.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 214 196 136 0 0.08 0.36 0.16 46.15 0.49 0.69
Hex D6 C4 88 0 8 24 10 2E 31 45
Octal 326 304 210 0 10 44 20 56 61 105
Binary 11010110 11000100 10001000 0 1000 100100 10000 101110 110001 1000101

Color Harmonies of #D6C488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C488

Black with #D6C488

Text Example


Text Example

White with #D6C488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C488; }

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

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

background-color css

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

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

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

border-color css

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

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

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