#CDB855

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

Shades of Tacha #CDB855

Tints of Tacha #CDB855

Color information

#CDB855 (or 0xCDB855) is unknown color: approx Tacha. HEX triplet: CD, B8 and 55. RGB value is (205,184,85). Sum of RGB (Red+Green+Blue) = 205+184+85=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB855 is #3247AA. Grayscale: #B3B3B3. Windows color (decimal): -3295147 or 5617869. OLE color: 5617869.

HSL color Cylindrical-coordinate representation of color #CDB855: hue angle of 49.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB855 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20518485-
CMYK00.100.590.20
HSL49.5º54.55%56.86%-
HSV(B)49.5º58.54%80.39%-
XYZ43.9647.9215.53-
YUV178.9974.96146.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=43.25%
G=38.82%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051848500.100.590.2049.554.5556.86
HexCDB8550A3B14323739
Octal3152701250127324626771
Binary110011011011100010101010101011101110100110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB855; }

 p { color: rgb(205,184,85); }

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

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

 a { background-color: rgb(205,184,85); }

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

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

 span { border-color: rgb(205,184,85); }

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