#CDB563

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

Shades of Tacha #CDB563

Tints of Tacha #CDB563

Color information

#CDB563 (or 0xCDB563) is unknown color: approx Tacha. HEX triplet: CD, B5 and 63. RGB value is (205,181,99). Sum of RGB (Red+Green+Blue) = 205+181+99=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB563 is #324A9C. Grayscale: #B3B3B3. Windows color (decimal): -3295901 or 6534605. OLE color: 6534605.

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

Color convert

RGB20518199-
CMYK00.120.520.20
HSL46.42º51.46%59.61%-
HSV(B)46.42º51.71%80.39%-
XYZ43.9546.9318.55-
YUV178.8382.95146.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=42.27%
G=37.32%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051819900.120.520.2046.4251.4659.61
HexCDB5630C34142e333c
Octal3152651430146424566374
Binary110011011011010111000110110011010010100101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB563; }

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

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

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

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

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

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

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

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