#CDA359

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

Shades of Apache #CDA359

Tints of Apache #CDA359

Color information

#CDA359 (or 0xCDA359) is unknown color: approx Apache. HEX triplet: CD, A3 and 59. RGB value is (205,163,89). Sum of RGB (Red+Green+Blue) = 205+163+89=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA359 is #325CA6. Grayscale: #A7A7A7. Windows color (decimal): -3300519 or 5874637. OLE color: 5874637.

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

Color convert

RGB20516389-
CMYK00.200.570.20
HSL38.28º53.7%57.65%-
HSV(B)38.28º56.59%80.39%-
XYZ40.0839.8915.04-
YUV167.1283.91155.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=44.86%
G=35.67%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051638900.200.570.2038.2853.757.65
HexCDA359014391426363a
Octal3152431310247124466672
Binary1100110110100011101100101010011100110100100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA359; }

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

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

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

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

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

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

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

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