#CEAD5B

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

Shades of Apache #CEAD5B

Tints of Apache #CEAD5B

Color information

#CEAD5B (or 0xCEAD5B) is unknown color: approx Apache. HEX triplet: CE, AD and 5B. RGB value is (206,173,91). Sum of RGB (Red+Green+Blue) = 206+173+91=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD5B is #3152A4. Grayscale: #ADADAD. Windows color (decimal): -3232421 or 6008270. OLE color: 6008270.

HSL color Cylindrical-coordinate representation of color #CEAD5B: hue angle of 42.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEAD5B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20617391-
CMYK00.160.560.19
HSL42.78º53.99%58.24%-
HSV(B)42.78º55.83%80.78%-
XYZ42.2943.7616.12-
YUV173.5281.43151.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=43.83%
G=36.81%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061739100.160.560.1942.7853.9958.24
HexCEAD5B01038132b363a
Octal3162551330207023536672
Binary1100111010101101101101101000011100010011101011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD5B; }

 p { color: rgb(206,173,91); }

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

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

 a { background-color: rgb(206,173,91); }

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

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

 span { border-color: rgb(206,173,91); }

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