Html Css Color HEX #DDB131 Metallic Gold

📋 copy color: '#DDB131'

red 221 ◦ green 177 ◦ blue 49

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

Shades of Metallic Gold #DDB131

Tints of Metallic Gold #DDB131

RGB

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

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

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

R = 49.44%
G = 39.6%
B = 10.96%

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

#DDB131 (or 0xDDB131) is known color: Metallic Gold. HEX triplet: DD, B1 and 31. RGB value is (221,177,49). Sum of RGB (Red+Green+Blue) = 221+177+49=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB131 is #224ECE. Grayscale: #B0B0B0. Windows color (decimal): -2248399 or 3256797. OLE color: 3256797.

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

Color convert

RGB 221 177 49 -
CMYK 0 0.20 0.78 0.13
HSL 44.65º 0.72% 0.53% -
HSV(B) 44.65º 0.78% 0.87% -
XYZ 46.1 47.04 9.56 -
YUV 175.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 221 177 49 0 0.20 0.78 0.13 44.65 0.72 0.53
Hex DD B1 31 0 14 4E D 2D 48 35
Octal 335 261 61 0 24 116 15 55 110 65
Binary 11011101 10110001 110001 0 10100 1001110 1101 101101 1001000 110101

Color Harmonies of #DDB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB131

Black with #DDB131

Text Example


Text Example

White with #DDB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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