Html Css Color HEX #D7B96F Chenin

📋 copy color: '#D7B96F'

red 215 ◦ green 185 ◦ blue 111

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

Shades of Chenin #D7B96F

Tints of Chenin #D7B96F

RGB

 RED value IS 215 (84.38% from 255) = 42.07%

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

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

R = 42.07%
G = 36.2%
B = 21.72%

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

#D7B96F (or 0xD7B96F) is known color: Chenin. HEX triplet: D7, B9 and 6F. RGB value is (215,185,111). Sum of RGB (Red+Green+Blue) = 215+185+111=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B96F is #284690. Grayscale: #B9B9B9. Windows color (decimal): -2639505 or 7322071. OLE color: 7322071.

HSL color Cylindrical-coordinate representation of color #D7B96F: hue angle of 42.69º degrees, saturation: 0.57, 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 #D7B96F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 111 -
CMYK 0 0.14 0.48 0.16
HSL 42.69º 0.57% 0.64% -
HSV(B) 42.69º 0.48% 0.84% -
XYZ 48.24 50.29 22.2 -
YUV 185.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 215 185 111 0 0.14 0.48 0.16 42.69 0.57 0.64
Hex D7 B9 6F 0 E 30 10 2B 39 40
Octal 327 271 157 0 16 60 20 53 71 100
Binary 11010111 10111001 1101111 0 1110 110000 10000 101011 111001 1000000

Color Harmonies of #D7B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B96F

Black with #D7B96F

Text Example


Text Example

White with #D7B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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