#CDA165

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

Shades of Apache #CDA165

Tints of Apache #CDA165

Color information

#CDA165 (or 0xCDA165) is unknown color: approx Apache. HEX triplet: CD, A1 and 65. RGB value is (205,161,101). Sum of RGB (Red+Green+Blue) = 205+161+101=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA165 is #325E9A. Grayscale: #A7A7A7. Windows color (decimal): -3301019 or 6660557. OLE color: 6660557.

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

Color convert

RGB205161101-
CMYK00.210.510.20
HSL34.62º50.98%60%-
HSV(B)34.62º50.73%80.39%-
XYZ40.2739.4117.8-
YUV167.3290.58154.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=43.90%
G=34.48%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516110100.210.510.2034.6250.9860
HexCDA165015331423333c
Octal3152411450256324436374
Binary1100110110100001110010101010111001110100100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA165; }

 p { color: rgb(205,161,101); }

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

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

 a { background-color: rgb(205,161,101); }

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

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

 span { border-color: rgb(205,161,101); }

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