#CDBD59

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

Shades of Tacha #CDBD59

Tints of Tacha #CDBD59

Color information

#CDBD59 (or 0xCDBD59) is unknown color: approx Tacha. HEX triplet: CD, BD and 59. RGB value is (205,189,89). Sum of RGB (Red+Green+Blue) = 205+189+89=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBD59 is #3242A6. Grayscale: #B6B6B6. Windows color (decimal): -3293863 or 5881293. OLE color: 5881293.

HSL color Cylindrical-coordinate representation of color #CDBD59: hue angle of 51.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDBD59 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20518989-
CMYK00.080.570.20
HSL51.72º53.7%57.65%-
HSV(B)51.72º56.59%80.39%-
XYZ45.1850.116.74-
YUV182.3875.3144.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 89 (35.16% from 255) = 18.43%
R=42.44%
G=39.13%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051898900.080.570.2051.7253.757.65
HexCDBD5908391434363a
Octal3152751310107124646672
Binary110011011011110110110010100011100110100110100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD59; }

 p { color: rgb(205,189,89); }

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

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

 a { background-color: rgb(205,189,89); }

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

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

 span { border-color: rgb(205,189,89); }

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