#D5CA65

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

Shades of Tacha #D5CA65

Tints of Tacha #D5CA65

Color information

#D5CA65 (or 0xD5CA65) is unknown color: approx Tacha. HEX triplet: D5, CA and 65. RGB value is (213,202,101). Sum of RGB (Red+Green+Blue) = 213+202+101=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA65 is #2A359A. Grayscale: #C2C2C2. Windows color (decimal): -2766235 or 6671061. OLE color: 6671061.

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

Color convert

RGB213202101-
CMYK00.050.530.16
HSL54.11º57.14%61.57%-
HSV(B)54.11º52.58%83.53%-
XYZ50.9157.3320.69-
YUV193.7875.64141.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=41.28%
G=39.15%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320210100.050.530.1654.1157.1461.57
HexD5CA6505351036393e
Octal325312145056520667176
Binary11010101110010101100101010111010110000110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA65; }

 p { color: rgb(213,202,101); }

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

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

 a { background-color: rgb(213,202,101); }

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

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

 span { border-color: rgb(213,202,101); }

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