#DDB730

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

Shades of Gold Tips #DDB730

Tints of Gold Tips #DDB730

Color information

#DDB730 (or 0xDDB730) is unknown color: approx Gold Tips. HEX triplet: DD, B7 and 30. RGB value is (221,183,48). Sum of RGB (Red+Green+Blue) = 221+183+48=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB730 is #2248CF. Grayscale: #B3B3B3. Windows color (decimal): -2246864 or 3192797. OLE color: 3192797.

HSL color Cylindrical-coordinate representation of color #DDB730: hue angle of 46.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDB730 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22118348-
CMYK00.170.780.13
HSL46.82º71.78%52.75%-
HSV(B)46.82º78.28%86.67%-
XYZ47.2949.459.85-
YUV178.9754.09157.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 48 (19.14% from 255) = 10.62%
R=48.89%
G=40.49%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211834800.170.780.1346.8271.7852.75
HexDDB7300114ED2f4835
Octal33526760021116155711065
Binary1101110110110111110000010001100111011011011111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB730; }

 p { color: rgb(221,183,48); }

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

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

 a { background-color: rgb(221,183,48); }

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

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

 span { border-color: rgb(221,183,48); }

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