Html Css Color HEX #CFAE3A Metallic Gold

📋 copy color: '#CFAE3A'

red 207 ◦ green 174 ◦ blue 58

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

Shades of Metallic Gold #CFAE3A

Tints of Metallic Gold #CFAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 47.15%
G = 39.64%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFAE3A (or 0xCFAE3A) is known color: Metallic Gold. HEX triplet: CF, AE and 3A. RGB value is (207,174,58). Sum of RGB (Red+Green+Blue) = 207+174+58=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE3A is #3051C5. Grayscale: #ABABAB. Windows color (decimal): -3166662 or 3845839. OLE color: 3845839.

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

Color convert

RGB 207 174 58 -
CMYK 0 0.16 0.72 0.19
HSL 46.71º 0.61% 0.52% -
HSV(B) 46.71º 0.72% 0.81% -
XYZ 41.63 43.84 10.27 -
YUV 170.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 207 174 58 0 0.16 0.72 0.19 46.71 0.61 0.52
Hex CF AE 3A 0 10 48 13 2F 3D 34
Octal 317 256 72 0 20 110 23 57 75 64
Binary 11001111 10101110 111010 0 10000 1001000 10011 101111 111101 110100

Color Harmonies of #CFAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE3A

Black with #CFAE3A

Text Example


Text Example

White with #CFAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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