#DDBE38

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

Shades of Old Gold #DDBE38

Tints of Old Gold #DDBE38

Color information

#DDBE38 (or 0xDDBE38) is unknown color: approx Old Gold. HEX triplet: DD, BE and 38. RGB value is (221,190,56). Sum of RGB (Red+Green+Blue) = 221+190+56=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE38 is #2241C7. Grayscale: #B8B8B8. Windows color (decimal): -2245064 or 3718877. OLE color: 3718877.

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

Color convert

RGB22119056-
CMYK00.140.750.13
HSL48.73º70.82%54.31%-
HSV(B)48.73º74.66%86.67%-
XYZ48.9552.4811.29-
YUV183.9955.77154.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 56 (22.27% from 255) = 11.99%
R=47.32%
G=40.69%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211905600.140.750.1348.7370.8254.31
HexDDBE380E4BD314736
Octal33527670016113156110766
Binary110111011011111011100001110100101111011100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE38; }

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

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

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

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

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

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

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

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