Html Css Color HEX #DDB130 Gold Tips

📋 copy color: '#DDB130'

red 221 ◦ green 177 ◦ blue 48

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

Shades of Gold Tips #DDB130

Tints of Gold Tips #DDB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.69%

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

R = 49.55%
G = 39.69%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDB130 (or 0xDDB130) is known color: Gold Tips. HEX triplet: DD, B1 and 30. RGB value is (221,177,48). Sum of RGB (Red+Green+Blue) = 221+177+48=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB130 is #224ECF. Grayscale: #B0B0B0. Windows color (decimal): -2248400 or 3191261. OLE color: 3191261.

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

Color convert

RGB 221 177 48 -
CMYK 0 0.20 0.78 0.13
HSL 44.74º 0.72% 0.53% -
HSV(B) 44.74º 0.78% 0.87% -
XYZ 46.07 47.03 9.45 -
YUV 175.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 221 177 48 0 0.20 0.78 0.13 44.74 0.72 0.53
Hex DD B1 30 0 14 4E D 2D 48 35
Octal 335 261 60 0 24 116 15 55 110 65
Binary 11011101 10110001 110000 0 10100 1001110 1101 101101 1001000 110101

Color Harmonies of #DDB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB130

Black with #DDB130

Text Example


Text Example

White with #DDB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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