#CDA15D

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

Shades of Apache #CDA15D

Tints of Apache #CDA15D

Color information

#CDA15D (or 0xCDA15D) is unknown color: approx Apache. HEX triplet: CD, A1 and 5D. RGB value is (205,161,93). Sum of RGB (Red+Green+Blue) = 205+161+93=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15D is #325EA2. Grayscale: #A6A6A6. Windows color (decimal): -3301027 or 6136269. OLE color: 6136269.

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

Color convert

RGB20516193-
CMYK00.210.550.20
HSL36.43º52.83%58.43%-
HSV(B)36.43º54.63%80.39%-
XYZ39.939.2615.83-
YUV166.486.58155.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=44.66%
G=35.08%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051619300.210.550.2036.4352.8358.43
HexCDA15D015371424353a
Octal3152411350256724446572
Binary1100110110100001101110101010111011110100100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA15D; }

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

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

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

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

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

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

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

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