Html Css Color HEX #DDB730 Gold Tips

📋 copy color: '#DDB730'

red 221 ◦ green 183 ◦ blue 48

#DDB730
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #DDB730

Tints of Gold Tips #DDB730

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 value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDB730 (or 0xDDB730) is known color: 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

RGB 221 183 48 -
CMYK 0 0.17 0.78 0.13
HSL 46.82º 0.72% 0.53% -
HSV(B) 46.82º 0.78% 0.87% -
XYZ 47.29 49.45 9.85 -
YUV 178.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 221 183 48 0 0.17 0.78 0.13 46.82 0.72 0.53
Hex DD B7 30 0 11 4E D 2F 48 35
Octal 335 267 60 0 21 116 15 57 110 65
Binary 11011101 10110111 110000 0 10001 1001110 1101 101111 1001000 110101

Color Harmonies of #DDB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB730

Black with #DDB730

Text Example


Text Example

White with #DDB730

Text Example


Text Example

HTML Codes & Css Web 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>