Html Css Color HEX #DDBA30 Gold Tips

📋 copy color: '#DDBA30'

red 221 ◦ green 186 ◦ blue 48

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

Shades of Gold Tips #DDBA30

Tints of Gold Tips #DDBA30

RGB

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

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

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

R = 48.57%
G = 40.88%
B = 10.55%

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

#DDBA30 (or 0xDDBA30) is known color: Gold Tips. HEX triplet: DD, BA and 30. RGB value is (221,186,48). Sum of RGB (Red+Green+Blue) = 221+186+48=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA30 is #2245CF. Grayscale: #B5B5B5. Windows color (decimal): -2246096 or 3193565. OLE color: 3193565.

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

Color convert

RGB 221 186 48 -
CMYK 0 0.16 0.78 0.13
HSL 47.86º 0.72% 0.53% -
HSV(B) 47.86º 0.78% 0.87% -
XYZ 47.91 50.7 10.06 -
YUV 180.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 221 186 48 0 0.16 0.78 0.13 47.86 0.72 0.53
Hex DD BA 30 0 10 4E D 30 48 35
Octal 335 272 60 0 20 116 15 60 110 65
Binary 11011101 10111010 110000 0 10000 1001110 1101 110000 1001000 110101

Color Harmonies of #DDBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA30

Black with #DDBA30

Text Example


Text Example

White with #DDBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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