#CDB959

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

Shades of Tacha #CDB959

Tints of Tacha #CDB959

Color information

#CDB959 (or 0xCDB959) is unknown color: approx Tacha. HEX triplet: CD, B9 and 59. RGB value is (205,185,89). Sum of RGB (Red+Green+Blue) = 205+185+89=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB959 is #3246A6. Grayscale: #B4B4B4. Windows color (decimal): -3294887 or 5880269. OLE color: 5880269.

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

Color convert

RGB20518589-
CMYK00.100.570.20
HSL49.66º53.7%57.65%-
HSV(B)49.66º56.59%80.39%-
XYZ44.3348.416.46-
YUV180.0476.63145.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 89 (35.16% from 255) = 18.58%
R=42.80%
G=38.62%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051858900.100.570.2049.6653.757.65
HexCDB9590A391432363a
Octal3152711310127124626672
Binary110011011011100110110010101011100110100110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB959; }

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

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

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

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

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

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

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

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