Html Css Color HEX #D6C685 Winter Hazel

📋 copy color: '#D6C685'

red 214 ◦ green 198 ◦ blue 133

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

Shades of Winter Hazel #D6C685

Tints of Winter Hazel #D6C685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

 BLUE value IS 133 (52.34% from 255) = 24.4%

R = 39.27%
G = 36.33%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6C685 (or 0xD6C685) is known color: Winter Hazel. HEX triplet: D6, C6 and 85. RGB value is (214,198,133). Sum of RGB (Red+Green+Blue) = 214+198+133=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C685 is #29397A. Grayscale: #C3C3C3. Windows color (decimal): -2701691 or 8767190. OLE color: 8767190.

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

Color convert

RGB 214 198 133 -
CMYK 0 0.07 0.38 0.16
HSL 48.15º 0.5% 0.68% -
HSV(B) 48.15º 0.38% 0.84% -
XYZ 52.16 56.38 30.32 -
YUV 195.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 214 198 133 0 0.07 0.38 0.16 48.15 0.5 0.68
Hex D6 C6 85 0 7 26 10 30 32 44
Octal 326 306 205 0 7 46 20 60 62 104
Binary 11010110 11000110 10000101 0 111 100110 10000 110000 110010 1000100

Color Harmonies of #D6C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C685

Black with #D6C685

Text Example


Text Example

White with #D6C685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C685; }

 p { color: rgb(214,198,133); }

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

background-color css

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

 a { background-color: rgb(214,198,133); }

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

border-color css

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

 span { border-color: rgb(214,198,133); }

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