Html Css Color HEX #CEA55D Apache

📋 copy color: '#CEA55D'

red 206 ◦ green 165 ◦ blue 93

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

Shades of Apache #CEA55D

Tints of Apache #CEA55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 44.4%
G = 35.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEA55D (or 0xCEA55D) is known color: Apache. HEX triplet: CE, A5 and 5D. RGB value is (206,165,93). Sum of RGB (Red+Green+Blue) = 206+165+93=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA55D is #315AA2. Grayscale: #A9A9A9. Windows color (decimal): -3234467 or 6137294. OLE color: 6137294.

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

Color convert

RGB 206 165 93 -
CMYK 0 0.20 0.55 0.19
HSL 38.23º 0.54% 0.59% -
HSV(B) 38.23º 0.55% 0.81% -
XYZ 40.88 40.82 16.08 -
YUV 169.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 206 165 93 0 0.20 0.55 0.19 38.23 0.54 0.59
Hex CE A5 5D 0 14 37 13 26 36 3B
Octal 316 245 135 0 24 67 23 46 66 73
Binary 11001110 10100101 1011101 0 10100 110111 10011 100110 110110 111011

Color Harmonies of #CEA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA55D

Black with #CEA55D

Text Example


Text Example

White with #CEA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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