Html Css Color HEX #DDB833 Metallic Gold

📋 copy color: '#DDB833'

red 221 ◦ green 184 ◦ blue 51

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

Shades of Metallic Gold #DDB833

Tints of Metallic Gold #DDB833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.18%

R = 48.46%
G = 40.35%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDB833 (or 0xDDB833) is known color: Metallic Gold. HEX triplet: DD, B8 and 33. RGB value is (221,184,51). Sum of RGB (Red+Green+Blue) = 221+184+51=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB833 is #2247CC. Grayscale: #B4B4B4. Windows color (decimal): -2246605 or 3389661. OLE color: 3389661.

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

Color convert

RGB 221 184 51 -
CMYK 0 0.17 0.77 0.13
HSL 46.94º 0.71% 0.53% -
HSV(B) 46.94º 0.77% 0.87% -
XYZ 47.56 49.89 10.26 -
YUV 179.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 221 184 51 0 0.17 0.77 0.13 46.94 0.71 0.53
Hex DD B8 33 0 11 4D D 2F 47 35
Octal 335 270 63 0 21 115 15 57 107 65
Binary 11011101 10111000 110011 0 10001 1001101 1101 101111 1000111 110101

Color Harmonies of #DDB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB833

Black with #DDB833

Text Example


Text Example

White with #DDB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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