Html Css Color HEX #CFB131 Metallic Gold

📋 copy color: '#CFB131'

red 207 ◦ green 177 ◦ blue 49

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

Shades of Metallic Gold #CFB131

Tints of Metallic Gold #CFB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 47.81%
G = 40.88%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFB131 (or 0xCFB131) is known color: Metallic Gold. HEX triplet: CF, B1 and 31. RGB value is (207,177,49). Sum of RGB (Red+Green+Blue) = 207+177+49=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB131 is #304ECE. Grayscale: #ABABAB. Windows color (decimal): -3165903 or 3256783. OLE color: 3256783.

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

Color convert

RGB 207 177 49 -
CMYK 0 0.14 0.76 0.19
HSL 48.61º 0.62% 0.5% -
HSV(B) 48.61º 0.76% 0.81% -
XYZ 42.01 44.93 9.36 -
YUV 171.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 207 177 49 0 0.14 0.76 0.19 48.61 0.62 0.5
Hex CF B1 31 0 E 4C 13 31 3E 32
Octal 317 261 61 0 16 114 23 61 76 62
Binary 11001111 10110001 110001 0 1110 1001100 10011 110001 111110 110010

Color Harmonies of #CFB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB131

Black with #CFB131

Text Example


Text Example

White with #CFB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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