#CFB237

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

Shades of Old Gold #CFB237

Tints of Old Gold #CFB237

Color information

#CFB237 (or 0xCFB237) is unknown color: approx Old Gold. HEX triplet: CF, B2 and 37. RGB value is (207,178,55). Sum of RGB (Red+Green+Blue) = 207+178+55=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB237 is #304DC8. Grayscale: #ADADAD. Windows color (decimal): -3165641 or 3650255. OLE color: 3650255.

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

Color convert

RGB20717855-
CMYK00.140.730.19
HSL48.55º61.29%51.37%-
HSV(B)48.55º73.43%81.18%-
XYZ42.3445.3810.14-
YUV172.6561.61152.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=47.05%
G=40.45%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071785500.140.730.1948.5561.2951.37
HexCFB2370E4913313d33
Octal3172626701611123617563
Binary110011111011001011011101110100100110011110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB237; }

 p { color: rgb(207,178,55); }

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

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

 a { background-color: rgb(207,178,55); }

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

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

 span { border-color: rgb(207,178,55); }

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