#CDA057

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

Shades of Apache #CDA057

Tints of Apache #CDA057

Color information

#CDA057 (or 0xCDA057) is unknown color: approx Apache. HEX triplet: CD, A0 and 57. RGB value is (205,160,87). Sum of RGB (Red+Green+Blue) = 205+160+87=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA057 is #325FA8. Grayscale: #A5A5A5. Windows color (decimal): -3301289 or 5742797. OLE color: 5742797.

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

Color convert

RGB20516087-
CMYK00.220.580.20
HSL37.12º54.13%57.25%-
HSV(B)37.12º57.56%80.39%-
XYZ39.4738.8114.43-
YUV165.1383.91156.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=45.35%
G=35.40%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051608700.220.580.2037.1254.1357.25
HexCDA0570163A14253639
Octal3152401270267224456671
Binary1100110110100000101011101011011101010100100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA057; }

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

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

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

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

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

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

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

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