Html Css Color HEX #DDB139 Metallic Gold

📋 copy color: '#DDB139'

red 221 ◦ green 177 ◦ blue 57

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

Shades of Metallic Gold #DDB139

Tints of Metallic Gold #DDB139

RGB

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

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

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

R = 48.57%
G = 38.9%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB139 (or 0xDDB139) is known color: Metallic Gold. HEX triplet: DD, B1 and 39. RGB value is (221,177,57). Sum of RGB (Red+Green+Blue) = 221+177+57=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB139 is #224EC6. Grayscale: #B1B1B1. Windows color (decimal): -2248391 or 3781085. OLE color: 3781085.

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

Color convert

RGB 221 177 57 -
CMYK 0 0.20 0.74 0.13
HSL 43.9º 0.71% 0.55% -
HSV(B) 43.9º 0.74% 0.87% -
XYZ 46.28 47.11 10.53 -
YUV 176.48 60.58 159.76 -
System Red Green Blue C M Y K H S L
Decimal 221 177 57 0 0.20 0.74 0.13 43.9 0.71 0.55
Hex DD B1 39 0 14 4A D 2C 47 37
Octal 335 261 71 0 24 112 15 54 107 67
Binary 11011101 10110001 111001 0 10100 1001010 1101 101100 1000111 110111

Color Harmonies of #DDB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB139

Black with #DDB139

Text Example


Text Example

White with #DDB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB139; }

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

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

background-color css

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

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

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

border-color css

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

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

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