Html Css Color HEX #DDB439 Metallic Gold

📋 copy color: '#DDB439'

red 221 ◦ green 180 ◦ blue 57

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

Shades of Metallic Gold #DDB439

Tints of Metallic Gold #DDB439

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 57 (22.66% from 255) = 12.45%

R = 48.25%
G = 39.3%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB439 (or 0xDDB439) is known color: Metallic Gold. HEX triplet: DD, B4 and 39. RGB value is (221,180,57). Sum of RGB (Red+Green+Blue) = 221+180+57=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB439 is #224BC6. Grayscale: #B2B2B2. Windows color (decimal): -2247623 or 3781853. OLE color: 3781853.

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

Color convert

RGB 221 180 57 -
CMYK 0 0.19 0.74 0.13
HSL 45º 0.71% 0.55% -
HSV(B) 45º 0.74% 0.87% -
XYZ 46.88 48.31 10.72 -
YUV 178.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 221 180 57 0 0.19 0.74 0.13 45 0.71 0.55
Hex DD B4 39 0 13 4A D 2D 47 37
Octal 335 264 71 0 23 112 15 55 107 67
Binary 11011101 10110100 111001 0 10011 1001010 1101 101101 1000111 110111

Color Harmonies of #DDB439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB439

Black with #DDB439

Text Example


Text Example

White with #DDB439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB439; }

 p { color: rgb(221,180,57); }

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

background-color css

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

 a { background-color: rgb(221,180,57); }

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

border-color css

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

 span { border-color: rgb(221,180,57); }

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