#CDB756

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

Shades of Tacha #CDB756

Tints of Tacha #CDB756

Color information

#CDB756 (or 0xCDB756) is unknown color: approx Tacha. HEX triplet: CD, B7 and 56. RGB value is (205,183,86). Sum of RGB (Red+Green+Blue) = 205+183+86=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB756 is #3248A9. Grayscale: #B2B2B2. Windows color (decimal): -3295402 or 5683149. OLE color: 5683149.

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

Color convert

RGB20518386-
CMYK00.110.580.20
HSL48.91º54.34%57.06%-
HSV(B)48.91º58.05%80.39%-
XYZ43.7947.5215.67-
YUV178.5275.79146.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=43.25%
G=38.61%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051838600.110.580.2048.9154.3457.06
HexCDB7560B3A14313639
Octal3152671260137224616671
Binary110011011011011110101100101111101010100110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB756; }

 p { color: rgb(205,183,86); }

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

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

 a { background-color: rgb(205,183,86); }

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

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

 span { border-color: rgb(205,183,86); }

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