#D5C155

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

Shades of Tacha #D5C155

Tints of Tacha #D5C155

Color information

#D5C155 (or 0xD5C155) is unknown color: approx Tacha. HEX triplet: D5, C1 and 55. RGB value is (213,193,85). Sum of RGB (Red+Green+Blue) = 213+193+85=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C155 is #2A3EAA. Grayscale: #BBBBBB. Windows color (decimal): -2768555 or 5620181. OLE color: 5620181.

HSL color Cylindrical-coordinate representation of color #D5C155: hue angle of 50.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5C155 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21319385-
CMYK00.090.600.16
HSL50.62º60.38%58.43%-
HSV(B)50.62º60.09%83.53%-
XYZ48.1552.9416.28-
YUV186.6770.63146.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=43.38%
G=39.31%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131938500.090.600.1650.6260.3858.43
HexD5C155093C10333c3a
Octal3253011250117420637472
Binary110101011100000110101010100111110010000110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C155; }

 p { color: rgb(213,193,85); }

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

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

 a { background-color: rgb(213,193,85); }

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

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

 span { border-color: rgb(213,193,85); }

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