Html Css Color HEX #D6B96F Chenin

📋 copy color: '#D6B96F'

red 214 ◦ green 185 ◦ blue 111

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

Shades of Chenin #D6B96F

Tints of Chenin #D6B96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 41.96%
G = 36.27%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B96F (or 0xD6B96F) is known color: Chenin. HEX triplet: D6, B9 and 6F. RGB value is (214,185,111). Sum of RGB (Red+Green+Blue) = 214+185+111=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B96F is #294690. Grayscale: #B9B9B9. Windows color (decimal): -2705041 or 7322070. OLE color: 7322070.

HSL color Cylindrical-coordinate representation of color #D6B96F: hue angle of 43.11º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6B96F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 111 -
CMYK 0 0.14 0.48 0.16
HSL 43.11º 0.56% 0.64% -
HSV(B) 43.11º 0.48% 0.84% -
XYZ 47.95 50.14 22.19 -
YUV 185.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 214 185 111 0 0.14 0.48 0.16 43.11 0.56 0.64
Hex D6 B9 6F 0 E 30 10 2B 38 40
Octal 326 271 157 0 16 60 20 53 70 100
Binary 11010110 10111001 1101111 0 1110 110000 10000 101011 111000 1000000

Color Harmonies of #D6B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B96F

Black with #D6B96F

Text Example


Text Example

White with #D6B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B96F; }

 p { color: rgb(214,185,111); }

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

background-color css

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

 a { background-color: rgb(214,185,111); }

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

border-color css

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

 span { border-color: rgb(214,185,111); }

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