Html Css Color HEX #DDB739 Metallic Gold

📋 copy color: '#DDB739'

red 221 ◦ green 183 ◦ blue 57

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

Shades of Metallic Gold #DDB739

Tints of Metallic Gold #DDB739

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

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

R = 47.94%
G = 39.7%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB739 (or 0xDDB739) is known color: Metallic Gold. HEX triplet: DD, B7 and 39. RGB value is (221,183,57). Sum of RGB (Red+Green+Blue) = 221+183+57=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB739 is #2248C6. Grayscale: #B4B4B4. Windows color (decimal): -2246855 or 3782621. OLE color: 3782621.

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

Color convert

RGB 221 183 57 -
CMYK 0 0.17 0.74 0.13
HSL 46.1º 0.71% 0.55% -
HSV(B) 46.1º 0.74% 0.87% -
XYZ 47.49 49.53 10.93 -
YUV 180 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 221 183 57 0 0.17 0.74 0.13 46.1 0.71 0.55
Hex DD B7 39 0 11 4A D 2E 47 37
Octal 335 267 71 0 21 112 15 56 107 67
Binary 11011101 10110111 111001 0 10001 1001010 1101 101110 1000111 110111

Color Harmonies of #DDB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB739

Black with #DDB739

Text Example


Text Example

White with #DDB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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