#DDB121

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

Shades of Gold Tips #DDB121

Tints of Gold Tips #DDB121

Color information

#DDB121 (or 0xDDB121) is unknown color: approx Gold Tips. HEX triplet: DD, B1 and 21. RGB value is (221,177,33). Sum of RGB (Red+Green+Blue) = 221+177+33=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB121 is #224EDE. Grayscale: #AEAEAE. Windows color (decimal): -2248415 or 2208221. OLE color: 2208221.

HSL color Cylindrical-coordinate representation of color #DDB121: hue angle of 45.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDB121 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22117733-
CMYK00.200.850.13
HSL45.96º74.02%49.8%-
HSV(B)45.96º85.07%86.67%-
XYZ45.8246.938.08-
YUV173.7448.58161.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 33 (13.28% from 255) = 7.66%
R=51.28%
G=41.07%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211773300.200.850.1345.9674.0249.8
HexDDB12101455D2e4a32
Octal33526141024125155611262
Binary1101110110110001100001010100101010111011011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB121; }

 p { color: rgb(221,177,33); }

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

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

 a { background-color: rgb(221,177,33); }

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

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

 span { border-color: rgb(221,177,33); }

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