#D7BF6B

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

Shades of Chenin #D7BF6B

Tints of Chenin #D7BF6B

Color information

#D7BF6B (or 0xD7BF6B) is unknown color: approx Chenin. HEX triplet: D7, BF and 6B. RGB value is (215,191,107). Sum of RGB (Red+Green+Blue) = 215+191+107=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF6B is #284094. Grayscale: #BCBCBC. Windows color (decimal): -2637973 or 7061463. OLE color: 7061463.

HSL color Cylindrical-coordinate representation of color #D7BF6B: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7BF6B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215191107-
CMYK00.110.500.16
HSL46.67º57.45%63.14%-
HSV(B)46.67º50.23%84.31%-
XYZ49.3152.7721.5-
YUV188.681.95146.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=41.91%
G=37.23%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519110700.110.500.1646.6757.4563.14
HexD7BF6B0B32102f393f
Octal3272771530136220577177
Binary110101111011111111010110101111001010000101111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BF6B; }

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

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

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

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

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

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

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

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