#CDB464

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

Shades of Tacha #CDB464

Tints of Tacha #CDB464

Color information

#CDB464 (or 0xCDB464) is unknown color: approx Tacha. HEX triplet: CD, B4 and 64. RGB value is (205,180,100). Sum of RGB (Red+Green+Blue) = 205+180+100=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB464 is #324B9B. Grayscale: #B2B2B2. Windows color (decimal): -3296156 or 6599885. OLE color: 6599885.

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

Color convert

RGB205180100-
CMYK00.120.510.20
HSL45.71º51.22%59.8%-
HSV(B)45.71º51.22%80.39%-
XYZ43.846.5418.73-
YUV178.3683.78147-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=42.27%
G=37.11%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518010000.120.510.2045.7151.2259.8
HexCDB4640C33142e333c
Octal3152641440146324566374
Binary110011011011010011001000110011001110100101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB464; }

 p { color: rgb(205,180,100); }

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

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

 a { background-color: rgb(205,180,100); }

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

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

 span { border-color: rgb(205,180,100); }

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