#D5CB5C

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

Shades of Tacha #D5CB5C

Tints of Tacha #D5CB5C

Color information

#D5CB5C (or 0xD5CB5C) is unknown color: approx Tacha. HEX triplet: D5, CB and 5C. RGB value is (213,203,92). Sum of RGB (Red+Green+Blue) = 213+203+92=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB5C is #2A34A3. Grayscale: #C1C1C1. Windows color (decimal): -2765988 or 6081493. OLE color: 6081493.

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

Color convert

RGB21320392-
CMYK00.050.570.16
HSL55.04º59.02%59.8%-
HSV(B)55.04º56.81%83.53%-
XYZ50.7357.6318.58-
YUV193.3470.81142.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=41.93%
G=39.96%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132039200.050.570.1655.0459.0259.8
HexD5CB5C053910373b3c
Octal325313134057120677374
Binary11010101110010111011100010111100110000110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB5C; }

 p { color: rgb(213,203,92); }

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

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

 a { background-color: rgb(213,203,92); }

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

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

 span { border-color: rgb(213,203,92); }

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