Html Css Color HEX #DDB933 Metallic Gold

📋 copy color: '#DDB933'

red 221 ◦ green 185 ◦ blue 51

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

Shades of Metallic Gold #DDB933

Tints of Metallic Gold #DDB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

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

R = 48.36%
G = 40.48%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDB933 (or 0xDDB933) is known color: Metallic Gold. HEX triplet: DD, B9 and 33. RGB value is (221,185,51). Sum of RGB (Red+Green+Blue) = 221+185+51=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB933 is #2246CC. Grayscale: #B5B5B5. Windows color (decimal): -2246349 or 3389917. OLE color: 3389917.

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

Color convert

RGB 221 185 51 -
CMYK 0 0.16 0.77 0.13
HSL 47.29º 0.71% 0.53% -
HSV(B) 47.29º 0.77% 0.87% -
XYZ 47.77 50.31 10.33 -
YUV 180.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 221 185 51 0 0.16 0.77 0.13 47.29 0.71 0.53
Hex DD B9 33 0 10 4D D 2F 47 35
Octal 335 271 63 0 20 115 15 57 107 65
Binary 11011101 10111001 110011 0 10000 1001101 1101 101111 1000111 110101

Color Harmonies of #DDB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB933

Black with #DDB933

Text Example


Text Example

White with #DDB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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