#D7BF6F

Color #D7BF6F Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #D7BF6F

Tints of Chenin #D7BF6F

Color information

#D7BF6F (or 0xD7BF6F) is unknown color: approx Chenin. HEX triplet: D7, BF and 6F. RGB value is (215,191,111). Sum of RGB (Red+Green+Blue) = 215+191+111=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF6F is #284090. Grayscale: #BDBDBD. Windows color (decimal): -2637969 or 7323607. OLE color: 7323607.

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

Color convert

RGB215191111-
CMYK00.110.480.16
HSL46.15º56.52%63.92%-
HSV(B)46.15º48.37%84.31%-
XYZ49.5252.8622.63-
YUV189.0683.95146.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=41.59%
G=36.94%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519111100.110.480.1646.1556.5263.92
HexD7BF6F0B30102e3940
Octal32727715701360205671100
Binary1101011110111111110111101011110000100001011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BF6F; }

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

 H1.HeaderClassName
 {
   color: #D7BF6F;
 }
 .AnyTagClassName
 {
   color: #D7BF6F;
 }
</style>
background-color css

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

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

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

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

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

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