Html Css Color HEX #D6C888 Winter Hazel

📋 copy color: '#D6C888'

red 214 ◦ green 200 ◦ blue 136

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

Shades of Winter Hazel #D6C888

Tints of Winter Hazel #D6C888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

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

R = 38.91%
G = 36.36%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C888 (or 0xD6C888) is known color: Winter Hazel. HEX triplet: D6, C8 and 88. RGB value is (214,200,136). Sum of RGB (Red+Green+Blue) = 214+200+136=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C888 is #293777. Grayscale: #C5C5C5. Windows color (decimal): -2701176 or 8964310. OLE color: 8964310.

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

Color convert

RGB 214 200 136 -
CMYK 0 0.07 0.36 0.16
HSL 49.23º 0.49% 0.69% -
HSV(B) 49.23º 0.36% 0.84% -
XYZ 52.83 57.38 31.58 -
YUV 196.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 214 200 136 0 0.07 0.36 0.16 49.23 0.49 0.69
Hex D6 C8 88 0 7 24 10 31 31 45
Octal 326 310 210 0 7 44 20 61 61 105
Binary 11010110 11001000 10001000 0 111 100100 10000 110001 110001 1000101

Color Harmonies of #D6C888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C888

Black with #D6C888

Text Example


Text Example

White with #D6C888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C888; }

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

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

background-color css

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

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

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

border-color css

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

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

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