#CDA356

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

Shades of Apache #CDA356

Tints of Apache #CDA356

Color information

#CDA356 (or 0xCDA356) is unknown color: approx Apache. HEX triplet: CD, A3 and 56. RGB value is (205,163,86). Sum of RGB (Red+Green+Blue) = 205+163+86=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA356 is #325CA9. Grayscale: #A7A7A7. Windows color (decimal): -3300522 or 5678029. OLE color: 5678029.

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

Color convert

RGB20516386-
CMYK00.200.580.20
HSL38.82º54.34%57.06%-
HSV(B)38.82º58.05%80.39%-
XYZ39.9539.8514.39-
YUV166.7882.41155.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=45.15%
G=35.90%
B=18.94%

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
Decimal2051638600.200.580.2038.8254.3457.06
HexCDA3560143A14273639
Octal3152431260247224476671
Binary1100110110100011101011001010011101010100100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA356; }

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

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

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

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

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

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

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

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