Html Css Color HEX #CFAE30 Metallic Gold

📋 copy color: '#CFAE30'

red 207 ◦ green 174 ◦ blue 48

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

Shades of Metallic Gold #CFAE30

Tints of Metallic Gold #CFAE30

RGB

 RED value IS 207 (81.25% from 255) = 48.25%

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

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

R = 48.25%
G = 40.56%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFAE30 (or 0xCFAE30) is known color: Metallic Gold. HEX triplet: CF, AE and 30. RGB value is (207,174,48). Sum of RGB (Red+Green+Blue) = 207+174+48=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE30 is #3051CF. Grayscale: #AAAAAA. Windows color (decimal): -3166672 or 3190479. OLE color: 3190479.

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

Color convert

RGB 207 174 48 -
CMYK 0 0.16 0.77 0.19
HSL 47.55º 0.62% 0.5% -
HSV(B) 47.55º 0.77% 0.81% -
XYZ 41.4 43.75 9.06 -
YUV 169.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 207 174 48 0 0.16 0.77 0.19 47.55 0.62 0.5
Hex CF AE 30 0 10 4D 13 30 3E 32
Octal 317 256 60 0 20 115 23 60 76 62
Binary 11001111 10101110 110000 0 10000 1001101 10011 110000 111110 110010

Color Harmonies of #CFAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE30

Black with #CFAE30

Text Example


Text Example

White with #CFAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE30; }

 p { color: rgb(207,174,48); }

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

background-color css

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

 a { background-color: rgb(207,174,48); }

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

border-color css

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

 span { border-color: rgb(207,174,48); }

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