#CDB15E

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

Shades of Tacha #CDB15E

Tints of Tacha #CDB15E

Color information

#CDB15E (or 0xCDB15E) is unknown color: approx Tacha. HEX triplet: CD, B1 and 5E. RGB value is (205,177,94). Sum of RGB (Red+Green+Blue) = 205+177+94=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB15E is #324EA1. Grayscale: #B0B0B0. Windows color (decimal): -3296930 or 6205901. OLE color: 6205901.

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

Color convert

RGB20517794-
CMYK00.140.540.20
HSL44.86º52.61%58.63%-
HSV(B)44.86º54.15%80.39%-
XYZ42.9245.2317.06-
YUV175.9181.78148.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=43.07%
G=37.18%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051779400.140.540.2044.8652.6158.63
HexCDB15E0E36142d353b
Octal3152611360166624556573
Binary110011011011000110111100111011011010100101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB15E; }

 p { color: rgb(205,177,94); }

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

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

 a { background-color: rgb(205,177,94); }

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

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

 span { border-color: rgb(205,177,94); }

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