Html Css Color HEX #CEA13B Metallic Gold

📋 copy color: '#CEA13B'

red 206 ◦ green 161 ◦ blue 59

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

Shades of Metallic Gold #CEA13B

Tints of Metallic Gold #CEA13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 48.36%
G = 37.79%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEA13B (or 0xCEA13B) is known color: Metallic Gold. HEX triplet: CE, A1 and 3B. RGB value is (206,161,59). Sum of RGB (Red+Green+Blue) = 206+161+59=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA13B is #315EC4. Grayscale: #A3A3A3. Windows color (decimal): -3235525 or 3908046. OLE color: 3908046.

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

Color convert

RGB 206 161 59 -
CMYK 0 0.22 0.71 0.19
HSL 41.63º 0.6% 0.52% -
HSV(B) 41.63º 0.71% 0.81% -
XYZ 38.99 38.93 9.6 -
YUV 162.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 206 161 59 0 0.22 0.71 0.19 41.63 0.6 0.52
Hex CE A1 3B 0 16 47 13 2A 3C 34
Octal 316 241 73 0 26 107 23 52 74 64
Binary 11001110 10100001 111011 0 10110 1000111 10011 101010 111100 110100

Color Harmonies of #CEA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA13B

Black with #CEA13B

Text Example


Text Example

White with #CEA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA13B; }

 p { color: rgb(206,161,59); }

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

background-color css

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

 a { background-color: rgb(206,161,59); }

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

border-color css

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

 span { border-color: rgb(206,161,59); }

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