#CFBD35

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

Shades of Old Gold #CFBD35

Tints of Old Gold #CFBD35

Color information

#CFBD35 (or 0xCFBD35) is unknown color: approx Old Gold. HEX triplet: CF, BD and 35. RGB value is (207,189,53). Sum of RGB (Red+Green+Blue) = 207+189+53=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD35 is #3042CA. Grayscale: #B3B3B3. Windows color (decimal): -3162827 or 3521999. OLE color: 3521999.

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

Color convert

RGB20718953-
CMYK00.090.740.19
HSL52.99º61.6%50.98%-
HSV(B)52.99º74.4%81.18%-
XYZ44.5749.9210.65-
YUV178.8856.96148.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 53 (21.09% from 255) = 11.80%
R=46.10%
G=42.09%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071895300.090.740.1952.9961.650.98
HexCFBD35094A13353e33
Octal3172756501111223657663
Binary110011111011110111010101001100101010011110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD35; }

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

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

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

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

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

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

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

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