#cfab38

Color #CFAB38 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CFAB38

Tints of Metallic Gold #CFAB38

Color information

#CFAB38 (or 0xCFAB38) is unknown color: approx Metallic Gold. HEX triplet: CF, AB and 38. RGB value is (207,171,56). Sum of RGB (Red+Green+Blue) = 207+171+56=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB38 is #3054C7. Grayscale: #A9A9A9. Windows color (decimal): -3167432 or 3713999. OLE color: 3713999.

HSL color Cylindrical-coordinate representation of color #CFAB38: hue angle of 45.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAB38 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20717156-
CMYK00.170.730.19
HSL45.7º61.13%51.57%-
HSV(B)45.7º72.95%81.18%-
XYZ41.0142.689.82-
YUV168.6564.43155.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=47.70%
G=39.40%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071715600.170.730.1945.761.1351.57
HexCFAB3801149132e3d34
Octal3172537002111123567564
Binary1100111110101011111000010001100100110011101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfab38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfab38; }

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

 H1.HeaderClassName
 {
   color: #cfab38;
 }
 .AnyTagClassName
 {
   color: #cfab38;
 }
</style>
background-color css

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

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

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

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

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

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