#D2BB4F

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

Shades of Tacha #D2BB4F

Tints of Tacha #D2BB4F

Color information

#D2BB4F (or 0xD2BB4F) is unknown color: approx Tacha. HEX triplet: D2, BB and 4F. RGB value is (210,187,79). Sum of RGB (Red+Green+Blue) = 210+187+79=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB4F is #2D44B0. Grayscale: #B6B6B6. Windows color (decimal): -2966705 or 5225426. OLE color: 5225426.

HSL color Cylindrical-coordinate representation of color #D2BB4F: hue angle of 49.47º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2BB4F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB21018779-
CMYK00.110.620.18
HSL49.47º59.28%56.67%-
HSV(B)49.47º62.38%82.35%-
XYZ45.7649.8114.6-
YUV181.5670.12148.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=44.12%
G=39.29%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101877900.110.620.1849.4759.2856.67
HexD2BB4F0B3E12313b39
Octal3222731170137622617371
Binary110100101011101110011110101111111010010110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BB4F; }

 p { color: rgb(210,187,79); }

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

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

 a { background-color: rgb(210,187,79); }

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

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

 span { border-color: rgb(210,187,79); }

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