Html Css Color HEX #CEB52A Metallic Gold

📋 copy color: '#CEB52A'

red 206 ◦ green 181 ◦ blue 42

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

Shades of Metallic Gold #CEB52A

Tints of Metallic Gold #CEB52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

 BLUE value IS 42 (16.8% from 255) = 9.79%

R = 48.02%
G = 42.19%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB52A (or 0xCEB52A) is known color: Metallic Gold. HEX triplet: CE, B5 and 2A. RGB value is (206,181,42). Sum of RGB (Red+Green+Blue) = 206+181+42=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB52A is #314AD5. Grayscale: #ADADAD. Windows color (decimal): -3230422 or 2799054. OLE color: 2799054.

HSL color Cylindrical-coordinate representation of color #CEB52A: hue angle of 50.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEB52A is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 42 -
CMYK 0 0.12 0.80 0.19
HSL 50.85º 0.66% 0.49% -
HSV(B) 50.85º 0.8% 0.81% -
XYZ 42.4 46.34 8.9 -
YUV 172.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 206 181 42 0 0.12 0.80 0.19 50.85 0.66 0.49
Hex CE B5 2A 0 C 50 13 33 42 31
Octal 316 265 52 0 14 120 23 63 102 61
Binary 11001110 10110101 101010 0 1100 1010000 10011 110011 1000010 110001

Color Harmonies of #CEB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB52A

Black with #CEB52A

Text Example


Text Example

White with #CEB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB52A; }

 p { color: rgb(206,181,42); }

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

background-color css

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

 a { background-color: rgb(206,181,42); }

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

border-color css

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

 span { border-color: rgb(206,181,42); }

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