#CDA556

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

Shades of Apache #CDA556

Tints of Apache #CDA556

Color information

#CDA556 (or 0xCDA556) is unknown color: approx Apache. HEX triplet: CD, A5 and 56. RGB value is (205,165,86). Sum of RGB (Red+Green+Blue) = 205+165+86=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA556 is #325AA9. Grayscale: #A8A8A8. Windows color (decimal): -3300010 or 5678541. OLE color: 5678541.

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

Color convert

RGB20516586-
CMYK00.200.580.20
HSL39.83º54.34%57.06%-
HSV(B)39.83º58.05%80.39%-
XYZ40.3140.5614.51-
YUV167.9581.75154.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=44.96%
G=36.18%
B=18.86%

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
Decimal2051658600.200.580.2039.8354.3457.06
HexCDA5560143A14283639
Octal3152451260247224506671
Binary1100110110100101101011001010011101010100101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA556; }

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

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

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

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

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

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

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

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