#CFBC39

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

Shades of Old Gold #CFBC39

Tints of Old Gold #CFBC39

Color information

#CFBC39 (or 0xCFBC39) is unknown color: approx Old Gold. HEX triplet: CF, BC and 39. RGB value is (207,188,57). Sum of RGB (Red+Green+Blue) = 207+188+57=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC39 is #3043C6. Grayscale: #B3B3B3. Windows color (decimal): -3163079 or 3783887. OLE color: 3783887.

HSL color Cylindrical-coordinate representation of color #CFBC39: hue angle of 52.4º 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 #CFBC39 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20718857-
CMYK00.090.720.19
HSL52.4º60.98%51.76%-
HSV(B)52.4º72.46%81.18%-
XYZ44.4549.5311.09-
YUV178.7559.29148.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 57 (22.66% from 255) = 12.61%
R=45.80%
G=41.59%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071885700.090.720.1952.460.9851.76
HexCFBC39094813343d34
Octal3172747101111023647564
Binary110011111011110011100101001100100010011110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC39; }

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

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

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

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

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

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

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

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