#D5CB61

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

Shades of Tacha #D5CB61

Tints of Tacha #D5CB61

Color information

#D5CB61 (or 0xD5CB61) is unknown color: approx Tacha. HEX triplet: D5, CB and 61. RGB value is (213,203,97). Sum of RGB (Red+Green+Blue) = 213+203+97=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB61 is #2A349E. Grayscale: #C2C2C2. Windows color (decimal): -2765983 or 6409173. OLE color: 6409173.

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

Color convert

RGB21320397-
CMYK00.050.540.16
HSL54.83º58%60.78%-
HSV(B)54.83º54.46%83.53%-
XYZ50.9557.7219.76-
YUV193.9173.31141.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=41.52%
G=39.57%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132039700.050.540.1654.835860.78
HexD5CB61053610373a3d
Octal325313141056620677275
Binary11010101110010111100001010111011010000110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB61; }

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

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

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

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

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

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

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

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