#CDB55A

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

Shades of Tacha #CDB55A

Tints of Tacha #CDB55A

Color information

#CDB55A (or 0xCDB55A) is unknown color: approx Tacha. HEX triplet: CD, B5 and 5A. RGB value is (205,181,90). Sum of RGB (Red+Green+Blue) = 205+181+90=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB55A is #324AA5. Grayscale: #B2B2B2. Windows color (decimal): -3295910 or 5944781. OLE color: 5944781.

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

Color convert

RGB20518190-
CMYK00.120.560.20
HSL47.48º53.49%57.84%-
HSV(B)47.48º56.1%80.39%-
XYZ43.5546.7716.4-
YUV177.878.45147.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=43.07%
G=38.03%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051819000.120.560.2047.4853.4957.84
HexCDB55A0C38142f353a
Octal3152651320147024576572
Binary110011011011010110110100110011100010100101111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB55A; }

 p { color: rgb(205,181,90); }

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

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

 a { background-color: rgb(205,181,90); }

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

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

 span { border-color: rgb(205,181,90); }

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