Html Css Color HEX #CEAA30 Metallic Gold

📋 copy color: '#CEAA30'

red 206 ◦ green 170 ◦ blue 48

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

Shades of Metallic Gold #CEAA30

Tints of Metallic Gold #CEAA30

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 48.58%
G = 40.09%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEAA30 (or 0xCEAA30) is known color: Metallic Gold. HEX triplet: CE, AA and 30. RGB value is (206,170,48). Sum of RGB (Red+Green+Blue) = 206+170+48=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA30 is #3155CF. Grayscale: #A7A7A7. Windows color (decimal): -3233232 or 3189454. OLE color: 3189454.

HSL color Cylindrical-coordinate representation of color #CEAA30: hue angle of 46.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEAA30 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 48 -
CMYK 0 0.17 0.77 0.19
HSL 46.33º 0.62% 0.5% -
HSV(B) 46.33º 0.77% 0.81% -
XYZ 40.36 42.08 8.79 -
YUV 166.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 206 170 48 0 0.17 0.77 0.19 46.33 0.62 0.5
Hex CE AA 30 0 11 4D 13 2E 3E 32
Octal 316 252 60 0 21 115 23 56 76 62
Binary 11001110 10101010 110000 0 10001 1001101 10011 101110 111110 110010

Color Harmonies of #CEAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA30

Black with #CEAA30

Text Example


Text Example

White with #CEAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA30; }

 p { color: rgb(206,170,48); }

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

background-color css

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

 a { background-color: rgb(206,170,48); }

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

border-color css

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

 span { border-color: rgb(206,170,48); }

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