Html Css Color HEX #CEA55B Apache

📋 copy color: '#CEA55B'

red 206 ◦ green 165 ◦ blue 91

#CEA55B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CEA55B

Tints of Apache #CEA55B

RGB

 RED value IS 206 (80.86% from 255) = 44.59%

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 91 (35.94% from 255) = 19.7%

R = 44.59%
G = 35.71%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA55B (or 0xCEA55B) is known color: Apache. HEX triplet: CE, A5 and 5B. RGB value is (206,165,91). Sum of RGB (Red+Green+Blue) = 206+165+91=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA55B is #315AA4. Grayscale: #A9A9A9. Windows color (decimal): -3234469 or 6006222. OLE color: 6006222.

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

Color convert

RGB 206 165 91 -
CMYK 0 0.20 0.56 0.19
HSL 38.61º 0.54% 0.58% -
HSV(B) 38.61º 0.56% 0.81% -
XYZ 40.8 40.79 15.62 -
YUV 168.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 206 165 91 0 0.20 0.56 0.19 38.61 0.54 0.58
Hex CE A5 5B 0 14 38 13 27 36 3A
Octal 316 245 133 0 24 70 23 47 66 72
Binary 11001110 10100101 1011011 0 10100 111000 10011 100111 110110 111010

Color Harmonies of #CEA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA55B

Black with #CEA55B

Text Example


Text Example

White with #CEA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA55B; }

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

 H1.HeaderClassName
 {
   color: #CEA55B;
 }
 .AnyTagClassName
 {
   color: #CEA55B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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