#CDB357

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

Shades of Tacha #CDB357

Tints of Tacha #CDB357

Color information

#CDB357 (or 0xCDB357) is unknown color: approx Tacha. HEX triplet: CD, B3 and 57. RGB value is (205,179,87). Sum of RGB (Red+Green+Blue) = 205+179+87=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB357 is #324CA8. Grayscale: #B0B0B0. Windows color (decimal): -3296425 or 5747661. OLE color: 5747661.

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

Color convert

RGB20517987-
CMYK00.130.580.20
HSL46.78º54.13%57.25%-
HSV(B)46.78º57.56%80.39%-
XYZ43.0245.9115.61-
YUV176.2977.61148.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 87 (34.38% from 255) = 18.47%
R=43.52%
G=38.00%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051798700.130.580.2046.7854.1357.25
HexCDB3570D3A142f3639
Octal3152631270157224576671
Binary110011011011001110101110110111101010100101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB357; }

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

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

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

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

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

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

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

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