Html Css Color HEX #CEA83A Metallic Gold

📋 copy color: '#CEA83A'

red 206 ◦ green 168 ◦ blue 58

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

Shades of Metallic Gold #CEA83A

Tints of Metallic Gold #CEA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 47.69%
G = 38.89%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEA83A (or 0xCEA83A) is known color: Metallic Gold. HEX triplet: CE, A8 and 3A. RGB value is (206,168,58). Sum of RGB (Red+Green+Blue) = 206+168+58=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA83A is #3157C5. Grayscale: #A7A7A7. Windows color (decimal): -3233734 or 3844302. OLE color: 3844302.

HSL color Cylindrical-coordinate representation of color #CEA83A: hue angle of 44.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEA83A is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 58 -
CMYK 0 0.18 0.72 0.19
HSL 44.59º 0.6% 0.52% -
HSV(B) 44.59º 0.72% 0.81% -
XYZ 40.22 41.43 9.88 -
YUV 166.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 206 168 58 0 0.18 0.72 0.19 44.59 0.6 0.52
Hex CE A8 3A 0 12 48 13 2D 3C 34
Octal 316 250 72 0 22 110 23 55 74 64
Binary 11001110 10101000 111010 0 10010 1001000 10011 101101 111100 110100

Color Harmonies of #CEA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA83A

Black with #CEA83A

Text Example


Text Example

White with #CEA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA83A; }

 p { color: rgb(206,168,58); }

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

background-color css

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

 a { background-color: rgb(206,168,58); }

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

border-color css

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

 span { border-color: rgb(206,168,58); }

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