#debb3d

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

Shades of Old Gold #DEBB3D

Tints of Old Gold #DEBB3D

Color information

#DEBB3D (or 0xDEBB3D) is unknown color: approx Old Gold. HEX triplet: DE, BB and 3D. RGB value is (222,187,61). Sum of RGB (Red+Green+Blue) = 222+187+61=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB3D is #2144C2. Grayscale: #B7B7B7. Windows color (decimal): -2180291 or 4045790. OLE color: 4045790.

HSL color Cylindrical-coordinate representation of color #DEBB3D: hue angle of 46.96º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEBB3D is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22218761-
CMYK00.160.730.13
HSL46.96º70.93%55.49%-
HSV(B)46.96º72.52%87.06%-
XYZ48.7451.4111.77-
YUV183.159.1155.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=47.23%
G=39.79%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221876100.160.730.1346.9670.9355.49
HexDEBB3D01049D2f4737
Octal33627375020111155710767
Binary1101111010111011111101010000100100111011011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #debb3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #debb3d; }

 p { color: rgb(222,187,61); }

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

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

 a { background-color: rgb(222,187,61); }

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

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

 span { border-color: rgb(222,187,61); }

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