Html Css Color HEX #CEAE32 Metallic Gold

📋 copy color: '#CEAE32'

red 206 ◦ green 174 ◦ blue 50

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

Shades of Metallic Gold #CEAE32

Tints of Metallic Gold #CEAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 47.91%
G = 40.47%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEAE32 (or 0xCEAE32) is known color: Metallic Gold. HEX triplet: CE, AE and 32. RGB value is (206,174,50). Sum of RGB (Red+Green+Blue) = 206+174+50=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE32 is #3151CD. Grayscale: #A9A9A9. Windows color (decimal): -3232206 or 3321550. OLE color: 3321550.

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

Color convert

RGB 206 174 50 -
CMYK 0 0.16 0.76 0.19
HSL 47.69º 0.61% 0.5% -
HSV(B) 47.69º 0.76% 0.81% -
XYZ 41.17 43.62 9.27 -
YUV 169.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 206 174 50 0 0.16 0.76 0.19 47.69 0.61 0.5
Hex CE AE 32 0 10 4C 13 30 3D 32
Octal 316 256 62 0 20 114 23 60 75 62
Binary 11001110 10101110 110010 0 10000 1001100 10011 110000 111101 110010

Color Harmonies of #CEAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE32

Black with #CEAE32

Text Example


Text Example

White with #CEAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE32; }

 p { color: rgb(206,174,50); }

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

background-color css

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

 a { background-color: rgb(206,174,50); }

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

border-color css

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

 span { border-color: rgb(206,174,50); }

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