#CDB857

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

Shades of Tacha #CDB857

Tints of Tacha #CDB857

Color information

#CDB857 (or 0xCDB857) is unknown color: approx Tacha. HEX triplet: CD, B8 and 57. RGB value is (205,184,87). Sum of RGB (Red+Green+Blue) = 205+184+87=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB857 is #3247A8. Grayscale: #B3B3B3. Windows color (decimal): -3295145 or 5748941. OLE color: 5748941.

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

Color convert

RGB20518487-
CMYK00.100.580.20
HSL49.32º54.13%57.25%-
HSV(B)49.32º57.56%80.39%-
XYZ44.0447.9515.95-
YUV179.2275.96146.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 87 (34.38% from 255) = 18.28%
R=43.07%
G=38.66%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051848700.100.580.2049.3254.1357.25
HexCDB8570A3A14313639
Octal3152701270127224616671
Binary110011011011100010101110101011101010100110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB857; }

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

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

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

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

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

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

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

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