Html Css Color HEX #CEA23F Metallic Gold

📋 copy color: '#CEA23F'

red 206 ◦ green 162 ◦ blue 63

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

Shades of Metallic Gold #CEA23F

Tints of Metallic Gold #CEA23F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 63 (25% from 255) = 14.62%

R = 47.8%
G = 37.59%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEA23F (or 0xCEA23F) is known color: Metallic Gold. HEX triplet: CE, A2 and 3F. RGB value is (206,162,63). Sum of RGB (Red+Green+Blue) = 206+162+63=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA23F is #315DC0. Grayscale: #A4A4A4. Windows color (decimal): -3235265 or 4170446. OLE color: 4170446.

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

Color convert

RGB 206 162 63 -
CMYK 0 0.21 0.69 0.19
HSL 41.54º 0.59% 0.53% -
HSV(B) 41.54º 0.69% 0.81% -
XYZ 39.27 39.32 10.22 -
YUV 163.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 206 162 63 0 0.21 0.69 0.19 41.54 0.59 0.53
Hex CE A2 3F 0 15 45 13 2A 3B 35
Octal 316 242 77 0 25 105 23 52 73 65
Binary 11001110 10100010 111111 0 10101 1000101 10011 101010 111011 110101

Color Harmonies of #CEA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA23F

Black with #CEA23F

Text Example


Text Example

White with #CEA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA23F; }

 p { color: rgb(206,162,63); }

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

background-color css

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

 a { background-color: rgb(206,162,63); }

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

border-color css

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

 span { border-color: rgb(206,162,63); }

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