#CDA85E

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

Shades of Apache #CDA85E

Tints of Apache #CDA85E

Color information

#CDA85E (or 0xCDA85E) is unknown color: approx Apache. HEX triplet: CD, A8 and 5E. RGB value is (205,168,94). Sum of RGB (Red+Green+Blue) = 205+168+94=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA85E is #3257A1. Grayscale: #AAAAAA. Windows color (decimal): -3299234 or 6203597. OLE color: 6203597.

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

Color convert

RGB20516894-
CMYK00.180.540.20
HSL40º52.61%58.63%-
HSV(B)40º54.15%80.39%-
XYZ41.241.7916.48-
YUV170.6384.76152.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=43.90%
G=35.97%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051689400.180.540.204052.6158.63
HexCDA85E012361428353b
Octal3152501360226624506573
Binary1100110110101000101111001001011011010100101000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA85E; }

 p { color: rgb(205,168,94); }

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

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

 a { background-color: rgb(205,168,94); }

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

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

 span { border-color: rgb(205,168,94); }

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