#CFBD33

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

Shades of Old Gold #CFBD33

Tints of Old Gold #CFBD33

Color information

#CFBD33 (or 0xCFBD33) is unknown color: approx Old Gold. HEX triplet: CF, BD and 33. RGB value is (207,189,51). Sum of RGB (Red+Green+Blue) = 207+189+51=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD33 is #3042CC. Grayscale: #B3B3B3. Windows color (decimal): -3162829 or 3390927. OLE color: 3390927.

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

Color convert

RGB20718951-
CMYK00.090.750.19
HSL53.08º61.9%50.59%-
HSV(B)53.08º75.36%81.18%-
XYZ44.5349.910.42-
YUV178.6555.96148.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 51 (20.31% from 255) = 11.41%
R=46.31%
G=42.28%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071895100.090.750.1953.0861.950.59
HexCFBD33094B13353e33
Octal3172756301111323657663
Binary110011111011110111001101001100101110011110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD33; }

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

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

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

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

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

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

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

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