#CDA655

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

Shades of Apache #CDA655

Tints of Apache #CDA655

Color information

#CDA655 (or 0xCDA655) is unknown color: approx Apache. HEX triplet: CD, A6 and 55. RGB value is (205,166,85). Sum of RGB (Red+Green+Blue) = 205+166+85=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA655 is #3259AA. Grayscale: #A8A8A8. Windows color (decimal): -3299755 or 5613261. OLE color: 5613261.

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

Color convert

RGB20516685-
CMYK00.190.590.20
HSL40.5º54.55%56.86%-
HSV(B)40.5º58.54%80.39%-
XYZ40.4540.9114.36-
YUV168.4380.92154.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=44.96%
G=36.40%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051668500.190.590.2040.554.5556.86
HexCDA6550133B14283739
Octal3152461250237324506771
Binary1100110110100110101010101001111101110100101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA655; }

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

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

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

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

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

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

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

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