Html Css Color HEX #CFAB31 Metallic Gold

📋 copy color: '#CFAB31'

red 207 ◦ green 171 ◦ blue 49

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

Shades of Metallic Gold #CFAB31

Tints of Metallic Gold #CFAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

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

R = 48.48%
G = 40.05%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFAB31 (or 0xCFAB31) is known color: Metallic Gold. HEX triplet: CF, AB and 31. RGB value is (207,171,49). Sum of RGB (Red+Green+Blue) = 207+171+49=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB31 is #3054CE. Grayscale: #A8A8A8. Windows color (decimal): -3167439 or 3255247. OLE color: 3255247.

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

Color convert

RGB 207 171 49 -
CMYK 0 0.17 0.76 0.19
HSL 46.33º 0.62% 0.5% -
HSV(B) 46.33º 0.76% 0.81% -
XYZ 40.85 42.61 8.98 -
YUV 167.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 207 171 49 0 0.17 0.76 0.19 46.33 0.62 0.5
Hex CF AB 31 0 11 4C 13 2E 3E 32
Octal 317 253 61 0 21 114 23 56 76 62
Binary 11001111 10101011 110001 0 10001 1001100 10011 101110 111110 110010

Color Harmonies of #CFAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB31

Black with #CFAB31

Text Example


Text Example

White with #CFAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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