Html Css Color HEX #DDB838 Metallic Gold

📋 copy color: '#DDB838'

red 221 ◦ green 184 ◦ blue 56

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

Shades of Metallic Gold #DDB838

Tints of Metallic Gold #DDB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 47.94%
G = 39.91%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB838 (or 0xDDB838) is known color: Metallic Gold. HEX triplet: DD, B8 and 38. RGB value is (221,184,56). Sum of RGB (Red+Green+Blue) = 221+184+56=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB838 is #2247C7. Grayscale: #B5B5B5. Windows color (decimal): -2246600 or 3717341. OLE color: 3717341.

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

Color convert

RGB 221 184 56 -
CMYK 0 0.17 0.75 0.13
HSL 46.55º 0.71% 0.54% -
HSV(B) 46.55º 0.75% 0.87% -
XYZ 47.67 49.94 10.87 -
YUV 180.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 221 184 56 0 0.17 0.75 0.13 46.55 0.71 0.54
Hex DD B8 38 0 11 4B D 2F 47 36
Octal 335 270 70 0 21 113 15 57 107 66
Binary 11011101 10111000 111000 0 10001 1001011 1101 101111 1000111 110110

Color Harmonies of #DDB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB838

Black with #DDB838

Text Example


Text Example

White with #DDB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB838; }

 p { color: rgb(221,184,56); }

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

background-color css

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

 a { background-color: rgb(221,184,56); }

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

border-color css

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

 span { border-color: rgb(221,184,56); }

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