Html Css Color HEX #DDBA31 Gold Tips

📋 copy color: '#DDBA31'

red 221 ◦ green 186 ◦ blue 49

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

Shades of Gold Tips #DDBA31

Tints of Gold Tips #DDBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 49 (19.53% from 255) = 10.75%

R = 48.46%
G = 40.79%
B = 10.75%

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

#DDBA31 (or 0xDDBA31) is known color: Gold Tips. HEX triplet: DD, BA and 31. RGB value is (221,186,49). Sum of RGB (Red+Green+Blue) = 221+186+49=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA31 is #2245CE. Grayscale: #B5B5B5. Windows color (decimal): -2246095 or 3259101. OLE color: 3259101.

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

Color convert

RGB 221 186 49 -
CMYK 0 0.16 0.78 0.13
HSL 47.79º 0.72% 0.53% -
HSV(B) 47.79º 0.78% 0.87% -
XYZ 47.93 50.71 10.17 -
YUV 180.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 221 186 49 0 0.16 0.78 0.13 47.79 0.72 0.53
Hex DD BA 31 0 10 4E D 30 48 35
Octal 335 272 61 0 20 116 15 60 110 65
Binary 11011101 10111010 110001 0 10000 1001110 1101 110000 1001000 110101

Color Harmonies of #DDBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA31

Black with #DDBA31

Text Example


Text Example

White with #DDBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA31; }

 p { color: rgb(221,186,49); }

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

background-color css

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

 a { background-color: rgb(221,186,49); }

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

border-color css

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

 span { border-color: rgb(221,186,49); }

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