#CDB65E

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

Shades of Tacha #CDB65E

Tints of Tacha #CDB65E

Color information

#CDB65E (or 0xCDB65E) is unknown color: approx Tacha. HEX triplet: CD, B6 and 5E. RGB value is (205,182,94). Sum of RGB (Red+Green+Blue) = 205+182+94=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65E is #3249A1. Grayscale: #B3B3B3. Windows color (decimal): -3295650 or 6207181. OLE color: 6207181.

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

Color convert

RGB20518294-
CMYK00.110.540.20
HSL47.57º52.61%58.63%-
HSV(B)47.57º54.15%80.39%-
XYZ43.9347.2417.39-
YUV178.8480.12146.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=42.62%
G=37.84%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051829400.110.540.2047.5752.6158.63
HexCDB65E0B361430353b
Octal3152661360136624606573
Binary110011011011011010111100101111011010100110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB65E; }

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

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

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

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

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

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

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

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