Html Css Color HEX #DDB930 Gold Tips

📋 copy color: '#DDB930'

red 221 ◦ green 185 ◦ blue 48

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

Shades of Gold Tips #DDB930

Tints of Gold Tips #DDB930

RGB

 RED value IS 221 (86.72% from 255) = 48.68%

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 48.68%
G = 40.75%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDB930 (or 0xDDB930) is known color: Gold Tips. HEX triplet: DD, B9 and 30. RGB value is (221,185,48). Sum of RGB (Red+Green+Blue) = 221+185+48=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB930 is #2246CF. Grayscale: #B4B4B4. Windows color (decimal): -2246352 or 3193309. OLE color: 3193309.

HSL color Cylindrical-coordinate representation of color #DDB930: hue angle of 47.51º 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 #DDB930 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 48 -
CMYK 0 0.16 0.78 0.13
HSL 47.51º 0.72% 0.53% -
HSV(B) 47.51º 0.78% 0.87% -
XYZ 47.7 50.28 9.99 -
YUV 180.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 221 185 48 0 0.16 0.78 0.13 47.51 0.72 0.53
Hex DD B9 30 0 10 4E D 30 48 35
Octal 335 271 60 0 20 116 15 60 110 65
Binary 11011101 10111001 110000 0 10000 1001110 1101 110000 1001000 110101

Color Harmonies of #DDB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB930

Black with #DDB930

Text Example


Text Example

White with #DDB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB930; }

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

 H1.HeaderClassName
 {
   color: #DDB930;
 }
 .AnyTagClassName
 {
   color: #DDB930;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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