Html Css Color HEX #CFB132 Metallic Gold

📋 copy color: '#CFB132'

red 207 ◦ green 177 ◦ blue 50

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

Shades of Metallic Gold #CFB132

Tints of Metallic Gold #CFB132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 47.7%
G = 40.78%
B = 11.52%

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

#CFB132 (or 0xCFB132) is known color: Metallic Gold. HEX triplet: CF, B1 and 32. RGB value is (207,177,50). Sum of RGB (Red+Green+Blue) = 207+177+50=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB132 is #304ECD. Grayscale: #ACACAC. Windows color (decimal): -3165902 or 3322319. OLE color: 3322319.

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

Color convert

RGB 207 177 50 -
CMYK 0 0.14 0.76 0.19
HSL 48.54º 0.62% 0.5% -
HSV(B) 48.54º 0.76% 0.81% -
XYZ 42.03 44.94 9.48 -
YUV 171.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 207 177 50 0 0.14 0.76 0.19 48.54 0.62 0.5
Hex CF B1 32 0 E 4C 13 31 3E 32
Octal 317 261 62 0 16 114 23 61 76 62
Binary 11001111 10110001 110010 0 1110 1001100 10011 110001 111110 110010

Color Harmonies of #CFB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB132

Black with #CFB132

Text Example


Text Example

White with #CFB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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