#CDA355

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

Shades of Apache #CDA355

Tints of Apache #CDA355

Color information

#CDA355 (or 0xCDA355) is unknown color: approx Apache. HEX triplet: CD, A3 and 55. RGB value is (205,163,85). Sum of RGB (Red+Green+Blue) = 205+163+85=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA355 is #325CAA. Grayscale: #A7A7A7. Windows color (decimal): -3300523 or 5612493. OLE color: 5612493.

HSL color Cylindrical-coordinate representation of color #CDA355: hue angle of 39º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDA355 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20516385-
CMYK00.200.590.20
HSL39º54.55%56.86%-
HSV(B)39º58.54%80.39%-
XYZ39.9139.8314.18-
YUV166.6781.91155.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=45.25%
G=35.98%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051638500.200.590.203954.5556.86
HexCDA3550143B14273739
Octal3152431250247324476771
Binary1100110110100011101010101010011101110100100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA355; }

 p { color: rgb(205,163,85); }

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

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

 a { background-color: rgb(205,163,85); }

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

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

 span { border-color: rgb(205,163,85); }

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