#CDA157

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

Shades of Apache #CDA157

Tints of Apache #CDA157

Color information

#CDA157 (or 0xCDA157) is unknown color: approx Apache. HEX triplet: CD, A1 and 57. RGB value is (205,161,87). Sum of RGB (Red+Green+Blue) = 205+161+87=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA157 is #325EA8. Grayscale: #A6A6A6. Windows color (decimal): -3301033 or 5743053. OLE color: 5743053.

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

Color convert

RGB20516187-
CMYK00.210.580.20
HSL37.63º54.13%57.25%-
HSV(B)37.63º57.56%80.39%-
XYZ39.6439.1614.49-
YUV165.7283.58156.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=45.25%
G=35.54%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051618700.210.580.2037.6354.1357.25
HexCDA1570153A14263639
Octal3152411270257224466671
Binary1100110110100001101011101010111101010100100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA157; }

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

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

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

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

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

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

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

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