#DDBE3B

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

Shades of Old Gold #DDBE3B

Tints of Old Gold #DDBE3B

Color information

#DDBE3B (or 0xDDBE3B) is unknown color: approx Old Gold. HEX triplet: DD, BE and 3B. RGB value is (221,190,59). Sum of RGB (Red+Green+Blue) = 221+190+59=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE3B is #2241C4. Grayscale: #B8B8B8. Windows color (decimal): -2245061 or 3915485. OLE color: 3915485.

HSL color Cylindrical-coordinate representation of color #DDBE3B: hue angle of 48.52º degrees, saturation: 0.7, 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 #DDBE3B is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22119059-
CMYK00.140.730.13
HSL48.52º70.43%54.9%-
HSV(B)48.52º73.3%86.67%-
XYZ49.0252.5111.69-
YUV184.3357.27154.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 59 (23.44% from 255) = 12.55%
R=47.02%
G=40.43%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211905900.140.730.1348.5270.4354.9
HexDDBE3B0E49D314637
Octal33527673016111156110667
Binary110111011011111011101101110100100111011100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE3B; }

 p { color: rgb(221,190,59); }

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

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

 a { background-color: rgb(221,190,59); }

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

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

 span { border-color: rgb(221,190,59); }

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