Html Css Color HEX #CFB130 Metallic Gold

📋 copy color: '#CFB130'

red 207 ◦ green 177 ◦ blue 48

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

Shades of Metallic Gold #CFB130

Tints of Metallic Gold #CFB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 47.92%
G = 40.97%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB130 (or 0xCFB130) is known color: Metallic Gold. HEX triplet: CF, B1 and 30. RGB value is (207,177,48). Sum of RGB (Red+Green+Blue) = 207+177+48=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB130 is #304ECF. Grayscale: #ABABAB. Windows color (decimal): -3165904 or 3191247. OLE color: 3191247.

HSL color Cylindrical-coordinate representation of color #CFB130: hue angle of 48.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB130 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 48 -
CMYK 0 0.14 0.77 0.19
HSL 48.68º 0.62% 0.5% -
HSV(B) 48.68º 0.77% 0.81% -
XYZ 41.99 44.92 9.25 -
YUV 171.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 207 177 48 0 0.14 0.77 0.19 48.68 0.62 0.5
Hex CF B1 30 0 E 4D 13 31 3E 32
Octal 317 261 60 0 16 115 23 61 76 62
Binary 11001111 10110001 110000 0 1110 1001101 10011 110001 111110 110010

Color Harmonies of #CFB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB130

Black with #CFB130

Text Example


Text Example

White with #CFB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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