#D4BC74

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

Shades of Chenin #D4BC74

Tints of Chenin #D4BC74

Color information

#D4BC74 (or 0xD4BC74) is unknown color: approx Chenin. HEX triplet: D4, BC and 74. RGB value is (212,188,116). Sum of RGB (Red+Green+Blue) = 212+188+116=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC74 is #2B438B. Grayscale: #BBBBBB. Windows color (decimal): -2835340 or 7650516. OLE color: 7650516.

HSL color Cylindrical-coordinate representation of color #D4BC74: hue angle of 45º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4BC74 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212188116-
CMYK00.110.450.17
HSL45º52.75%64.31%-
HSV(B)45º45.28%83.14%-
XYZ48.2951.2223.87-
YUV186.9787.95145.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=41.09%
G=36.43%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218811600.110.450.174552.7564.31
HexD4BC740B2D112d3540
Octal32427416401355215565100
Binary1101010010111100111010001011101101100011011011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC74; }

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

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

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

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

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

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

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

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