#CDA557

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

Shades of Apache #CDA557

Tints of Apache #CDA557

Color information

#CDA557 (or 0xCDA557) is unknown color: approx Apache. HEX triplet: CD, A5 and 57. RGB value is (205,165,87). Sum of RGB (Red+Green+Blue) = 205+165+87=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA557 is #325AA8. Grayscale: #A8A8A8. Windows color (decimal): -3300009 or 5744077. OLE color: 5744077.

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

Color convert

RGB20516587-
CMYK00.200.580.20
HSL39.66º54.13%57.25%-
HSV(B)39.66º57.56%80.39%-
XYZ40.3540.5814.72-
YUV168.0782.25154.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=44.86%
G=36.11%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051658700.200.580.2039.6654.1357.25
HexCDA5570143A14283639
Octal3152451270247224506671
Binary1100110110100101101011101010011101010100101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA557; }

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

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

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

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

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

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

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

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