#CDB364

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

Shades of Tacha #CDB364

Tints of Tacha #CDB364

Color information

#CDB364 (or 0xCDB364) is unknown color: approx Tacha. HEX triplet: CD, B3 and 64. RGB value is (205,179,100). Sum of RGB (Red+Green+Blue) = 205+179+100=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB364 is #324C9B. Grayscale: #B2B2B2. Windows color (decimal): -3296412 or 6599629. OLE color: 6599629.

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

Color convert

RGB205179100-
CMYK00.130.510.20
HSL45.14º51.22%59.8%-
HSV(B)45.14º51.22%80.39%-
XYZ43.646.1418.66-
YUV177.7784.11147.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 100 (39.45% from 255) = 20.66%
R=42.36%
G=36.98%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517910000.130.510.2045.1451.2259.8
HexCDB3640D33142d333c
Octal3152631440156324556374
Binary110011011011001111001000110111001110100101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB364; }

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

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

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

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

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

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

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

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