Html Css Color HEX #CFA133 Metallic Gold

📋 copy color: '#CFA133'

red 207 ◦ green 161 ◦ blue 51

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

Shades of Metallic Gold #CFA133

Tints of Metallic Gold #CFA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 49.4%
G = 38.42%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFA133 (or 0xCFA133) is known color: Metallic Gold. HEX triplet: CF, A1 and 33. RGB value is (207,161,51). Sum of RGB (Red+Green+Blue) = 207+161+51=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA133 is #305ECC. Grayscale: #A2A2A2. Windows color (decimal): -3169997 or 3383759. OLE color: 3383759.

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

Color convert

RGB 207 161 51 -
CMYK 0 0.22 0.75 0.19
HSL 42.31º 0.62% 0.51% -
HSV(B) 42.31º 0.75% 0.81% -
XYZ 39.07 38.99 8.6 -
YUV 162.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 207 161 51 0 0.22 0.75 0.19 42.31 0.62 0.51
Hex CF A1 33 0 16 4B 13 2A 3E 33
Octal 317 241 63 0 26 113 23 52 76 63
Binary 11001111 10100001 110011 0 10110 1001011 10011 101010 111110 110011

Color Harmonies of #CFA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA133

Black with #CFA133

Text Example


Text Example

White with #CFA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA133; }

 p { color: rgb(207,161,51); }

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

background-color css

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

 a { background-color: rgb(207,161,51); }

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

border-color css

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

 span { border-color: rgb(207,161,51); }

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