#D5BC74

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

Shades of Chenin #D5BC74

Tints of Chenin #D5BC74

Color information

#D5BC74 (or 0xD5BC74) is unknown color: approx Chenin. HEX triplet: D5, BC and 74. RGB value is (213,188,116). Sum of RGB (Red+Green+Blue) = 213+188+116=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC74 is #2A438B. Grayscale: #BBBBBB. Windows color (decimal): -2769804 or 7650517. OLE color: 7650517.

HSL color Cylindrical-coordinate representation of color #D5BC74: hue angle of 44.54º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5BC74 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213188116-
CMYK00.120.460.16
HSL44.54º53.59%64.51%-
HSV(B)44.54º45.54%83.53%-
XYZ48.5851.3723.88-
YUV187.2787.78146.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=41.20%
G=36.36%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318811600.120.460.1644.5453.5964.51
HexD5BC740C2E102d3641
Octal32527416401456205566101
Binary1101010110111100111010001100101110100001011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC74; }

 p { color: rgb(213,188,116); }

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

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

 a { background-color: rgb(213,188,116); }

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

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

 span { border-color: rgb(213,188,116); }

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