Html Css Color HEX #CFAD31 Metallic Gold

📋 copy color: '#CFAD31'

red 207 ◦ green 173 ◦ blue 49

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

Shades of Metallic Gold #CFAD31

Tints of Metallic Gold #CFAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 48.25%
G = 40.33%
B = 11.42%

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

#CFAD31 (or 0xCFAD31) is known color: Metallic Gold. HEX triplet: CF, AD and 31. RGB value is (207,173,49). Sum of RGB (Red+Green+Blue) = 207+173+49=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD31 is #3052CE. Grayscale: #A9A9A9. Windows color (decimal): -3166927 or 3255759. OLE color: 3255759.

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

Color convert

RGB 207 173 49 -
CMYK 0 0.16 0.76 0.19
HSL 47.09º 0.62% 0.5% -
HSV(B) 47.09º 0.76% 0.81% -
XYZ 41.23 43.37 9.1 -
YUV 169.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 207 173 49 0 0.16 0.76 0.19 47.09 0.62 0.5
Hex CF AD 31 0 10 4C 13 2F 3E 32
Octal 317 255 61 0 20 114 23 57 76 62
Binary 11001111 10101101 110001 0 10000 1001100 10011 101111 111110 110010

Color Harmonies of #CFAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD31

Black with #CFAD31

Text Example


Text Example

White with #CFAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD31; }

 p { color: rgb(207,173,49); }

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

background-color css

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

 a { background-color: rgb(207,173,49); }

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

border-color css

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

 span { border-color: rgb(207,173,49); }

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