#CFBB4A

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

Shades of Old Gold #CFBB4A

Tints of Old Gold #CFBB4A

Color information

#CFBB4A (or 0xCFBB4A) is unknown color: approx Old Gold. HEX triplet: CF, BB and 4A. RGB value is (207,187,74). Sum of RGB (Red+Green+Blue) = 207+187+74=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB4A is #3044B5. Grayscale: #B4B4B4. Windows color (decimal): -3163318 or 4897743. OLE color: 4897743.

HSL color Cylindrical-coordinate representation of color #CFBB4A: hue angle of 50.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFBB4A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20718774-
CMYK00.100.640.19
HSL50.98º58.08%55.1%-
HSV(B)50.98º64.25%81.18%-
XYZ44.7449.313.64-
YUV180.168.13147.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=44.23%
G=39.96%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071877400.100.640.1950.9858.0855.1
HexCFBB4A0A4013333a37
Octal31727311201210023637267
Binary1100111110111011100101001010100000010011110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB4A; }

 p { color: rgb(207,187,74); }

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

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

 a { background-color: rgb(207,187,74); }

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

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

 span { border-color: rgb(207,187,74); }

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