#D5CB62

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

Shades of Tacha #D5CB62

Tints of Tacha #D5CB62

Color information

#D5CB62 (or 0xD5CB62) is unknown color: approx Tacha. HEX triplet: D5, CB and 62. RGB value is (213,203,98). Sum of RGB (Red+Green+Blue) = 213+203+98=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB62 is #2A349D. Grayscale: #C2C2C2. Windows color (decimal): -2765982 or 6474709. OLE color: 6474709.

HSL color Cylindrical-coordinate representation of color #D5CB62: hue angle of 54.78º 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 #D5CB62 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21320398-
CMYK00.050.540.16
HSL54.78º57.79%60.98%-
HSV(B)54.78º53.99%83.53%-
XYZ5157.7420.01-
YUV194.0273.81141.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 98 (38.67% from 255) = 19.07%
R=41.44%
G=39.49%
B=19.07%

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
Decimal2132039800.050.540.1654.7857.7960.98
HexD5CB62053610373a3d
Octal325313142056620677275
Binary11010101110010111100010010111011010000110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB62; }

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

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

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

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

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

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

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

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