#CDBC59

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

Shades of Tacha #CDBC59

Tints of Tacha #CDBC59

Color information

#CDBC59 (or 0xCDBC59) is unknown color: approx Tacha. HEX triplet: CD, BC and 59. RGB value is (205,188,89). Sum of RGB (Red+Green+Blue) = 205+188+89=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC59 is #3243A6. Grayscale: #B6B6B6. Windows color (decimal): -3294119 or 5881037. OLE color: 5881037.

HSL color Cylindrical-coordinate representation of color #CDBC59: hue angle of 51.21º 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 #CDBC59 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20518889-
CMYK00.080.570.20
HSL51.21º53.7%57.65%-
HSV(B)51.21º56.59%80.39%-
XYZ44.9649.6716.67-
YUV181.875.63144.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 89 (35.16% from 255) = 18.46%
R=42.53%
G=39.00%
B=18.46%

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
Decimal2051888900.080.570.2051.2153.757.65
HexCDBC5908391433363a
Octal3152741310107124636672
Binary110011011011110010110010100011100110100110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC59; }

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

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

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

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

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

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

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

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