#CFBD41

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

Shades of Old Gold #CFBD41

Tints of Old Gold #CFBD41

Color information

#CFBD41 (or 0xCFBD41) is unknown color: approx Old Gold. HEX triplet: CF, BD and 41. RGB value is (207,189,65). Sum of RGB (Red+Green+Blue) = 207+189+65=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD41 is #3042BE. Grayscale: #B4B4B4. Windows color (decimal): -3162815 or 4308431. OLE color: 4308431.

HSL color Cylindrical-coordinate representation of color #CFBD41: hue angle of 52.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBD41 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20718965-
CMYK00.090.690.19
HSL52.39º59.66%53.33%-
HSV(B)52.39º68.6%81.18%-
XYZ44.8850.0412.29-
YUV180.2562.96147.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 65 (25.78% from 255) = 14.10%
R=44.90%
G=41.00%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071896500.090.690.1952.3959.6653.33
HexCFBD41094513343c35
Octal31727510101110523647465
Binary1100111110111101100000101001100010110011110100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD41; }

 p { color: rgb(207,189,65); }

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

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

 a { background-color: rgb(207,189,65); }

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

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

 span { border-color: rgb(207,189,65); }

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