Html Css Color HEX #CEA03D Metallic Gold

📋 copy color: '#CEA03D'

red 206 ◦ green 160 ◦ blue 61

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

Shades of Metallic Gold #CEA03D

Tints of Metallic Gold #CEA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

 BLUE value IS 61 (24.22% from 255) = 14.29%

R = 48.24%
G = 37.47%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEA03D (or 0xCEA03D) is known color: Metallic Gold. HEX triplet: CE, A0 and 3D. RGB value is (206,160,61). Sum of RGB (Red+Green+Blue) = 206+160+61=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA03D is #315FC2. Grayscale: #A2A2A2. Windows color (decimal): -3235779 or 4038862. OLE color: 4038862.

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

Color convert

RGB 206 160 61 -
CMYK 0 0.22 0.70 0.19
HSL 40.97º 0.6% 0.52% -
HSV(B) 40.97º 0.7% 0.81% -
XYZ 38.87 38.6 9.82 -
YUV 162.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 206 160 61 0 0.22 0.70 0.19 40.97 0.6 0.52
Hex CE A0 3D 0 16 46 13 29 3C 34
Octal 316 240 75 0 26 106 23 51 74 64
Binary 11001110 10100000 111101 0 10110 1000110 10011 101001 111100 110100

Color Harmonies of #CEA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA03D

Black with #CEA03D

Text Example


Text Example

White with #CEA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA03D; }

 p { color: rgb(206,160,61); }

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

background-color css

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

 a { background-color: rgb(206,160,61); }

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

border-color css

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

 span { border-color: rgb(206,160,61); }

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