#CFBE39

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

Shades of Old Gold #CFBE39

Tints of Old Gold #CFBE39

Color information

#CFBE39 (or 0xCFBE39) is unknown color: approx Old Gold. HEX triplet: CF, BE and 39. RGB value is (207,190,57). Sum of RGB (Red+Green+Blue) = 207+190+57=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE39 is #3041C6. Grayscale: #B4B4B4. Windows color (decimal): -3162567 or 3784399. OLE color: 3784399.

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

Color convert

RGB20719057-
CMYK00.080.720.19
HSL53.2º60.98%51.76%-
HSV(B)53.2º72.46%81.18%-
XYZ44.8850.3911.23-
YUV179.9258.63147.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 57 (22.66% from 255) = 12.56%
R=45.59%
G=41.85%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071905700.080.720.1953.260.9851.76
HexCFBE39084813353d34
Octal3172767101011023657564
Binary110011111011111011100101000100100010011110101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE39; }

 p { color: rgb(207,190,57); }

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

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

 a { background-color: rgb(207,190,57); }

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

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

 span { border-color: rgb(207,190,57); }

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