Html Css Color HEX #DDBA33 Metallic Gold

📋 copy color: '#DDBA33'

red 221 ◦ green 186 ◦ blue 51

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

Shades of Metallic Gold #DDBA33

Tints of Metallic Gold #DDBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.14%

R = 48.25%
G = 40.61%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDBA33 (or 0xDDBA33) is known color: Metallic Gold. HEX triplet: DD, BA and 33. RGB value is (221,186,51). Sum of RGB (Red+Green+Blue) = 221+186+51=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA33 is #2245CC. Grayscale: #B5B5B5. Windows color (decimal): -2246093 or 3390173. OLE color: 3390173.

HSL color Cylindrical-coordinate representation of color #DDBA33: hue angle of 47.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDBA33 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 51 -
CMYK 0 0.16 0.77 0.13
HSL 47.65º 0.71% 0.53% -
HSV(B) 47.65º 0.77% 0.87% -
XYZ 47.98 50.73 10.4 -
YUV 181.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 221 186 51 0 0.16 0.77 0.13 47.65 0.71 0.53
Hex DD BA 33 0 10 4D D 30 47 35
Octal 335 272 63 0 20 115 15 60 107 65
Binary 11011101 10111010 110011 0 10000 1001101 1101 110000 1000111 110101

Color Harmonies of #DDBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA33

Black with #DDBA33

Text Example


Text Example

White with #DDBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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