#cdab54

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

Shades of Apache #CDAB54

Tints of Apache #CDAB54

Color information

#CDAB54 (or 0xCDAB54) is unknown color: approx Apache. HEX triplet: CD, AB and 54. RGB value is (205,171,84). Sum of RGB (Red+Green+Blue) = 205+171+84=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB54 is #3254AB. Grayscale: #ABABAB. Windows color (decimal): -3298476 or 5549005. OLE color: 5549005.

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

Color convert

RGB20517184-
CMYK00.170.590.20
HSL43.14º54.75%56.67%-
HSV(B)43.14º59.02%80.39%-
XYZ41.3442.7514.46-
YUV171.2578.76152.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=44.57%
G=37.17%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051718400.170.590.2043.1454.7556.67
HexCDAB540113B142b3739
Octal3152531240217324536771
Binary1100110110101011101010001000111101110100101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdab54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdab54; }

 p { color: rgb(205,171,84); }

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

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

 a { background-color: rgb(205,171,84); }

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

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

 span { border-color: rgb(205,171,84); }

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