Html Css Color HEX #CFAE2A Metallic Gold

📋 copy color: '#CFAE2A'

red 207 ◦ green 174 ◦ blue 42

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

Shades of Metallic Gold #CFAE2A

Tints of Metallic Gold #CFAE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 48.94%
G = 41.13%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFAE2A (or 0xCFAE2A) is known color: Metallic Gold. HEX triplet: CF, AE and 2A. RGB value is (207,174,42). Sum of RGB (Red+Green+Blue) = 207+174+42=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE2A is #3051D5. Grayscale: #A9A9A9. Windows color (decimal): -3166678 or 2797263. OLE color: 2797263.

HSL color Cylindrical-coordinate representation of color #CFAE2A: hue angle of 48º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAE2A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 42 -
CMYK 0 0.16 0.80 0.19
HSL 48º 0.66% 0.49% -
HSV(B) 48º 0.8% 0.81% -
XYZ 41.29 43.7 8.45 -
YUV 168.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 207 174 42 0 0.16 0.80 0.19 48 0.66 0.49
Hex CF AE 2A 0 10 50 13 30 42 31
Octal 317 256 52 0 20 120 23 60 102 61
Binary 11001111 10101110 101010 0 10000 1010000 10011 110000 1000010 110001

Color Harmonies of #CFAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE2A

Black with #CFAE2A

Text Example


Text Example

White with #CFAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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