Html Css Color HEX #CEAF30 Metallic Gold

📋 copy color: '#CEAF30'

red 206 ◦ green 175 ◦ blue 48

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

Shades of Metallic Gold #CEAF30

Tints of Metallic Gold #CEAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.79%

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

R = 48.02%
G = 40.79%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEAF30 (or 0xCEAF30) is known color: Metallic Gold. HEX triplet: CE, AF and 30. RGB value is (206,175,48). Sum of RGB (Red+Green+Blue) = 206+175+48=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF30 is #3150CF. Grayscale: #AAAAAA. Windows color (decimal): -3231952 or 3190734. OLE color: 3190734.

HSL color Cylindrical-coordinate representation of color #CEAF30: hue angle of 48.23º 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 #CEAF30 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 48 -
CMYK 0 0.15 0.77 0.19
HSL 48.23º 0.62% 0.5% -
HSV(B) 48.23º 0.77% 0.81% -
XYZ 41.32 44 9.11 -
YUV 169.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 206 175 48 0 0.15 0.77 0.19 48.23 0.62 0.5
Hex CE AF 30 0 F 4D 13 30 3E 32
Octal 316 257 60 0 17 115 23 60 76 62
Binary 11001110 10101111 110000 0 1111 1001101 10011 110000 111110 110010

Color Harmonies of #CEAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF30

Black with #CEAF30

Text Example


Text Example

White with #CEAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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