Html Css Color HEX #DDB732 Metallic Gold

📋 copy color: '#DDB732'

red 221 ◦ green 183 ◦ blue 50

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

Shades of Metallic Gold #DDB732

Tints of Metallic Gold #DDB732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 48.68%
G = 40.31%
B = 11.01%

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

#DDB732 (or 0xDDB732) is known color: Metallic Gold. HEX triplet: DD, B7 and 32. RGB value is (221,183,50). Sum of RGB (Red+Green+Blue) = 221+183+50=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB732 is #2248CD. Grayscale: #B3B3B3. Windows color (decimal): -2246862 or 3323869. OLE color: 3323869.

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

Color convert

RGB 221 183 50 -
CMYK 0 0.17 0.77 0.13
HSL 46.67º 0.72% 0.53% -
HSV(B) 46.67º 0.77% 0.87% -
XYZ 47.33 49.47 10.07 -
YUV 179.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 221 183 50 0 0.17 0.77 0.13 46.67 0.72 0.53
Hex DD B7 32 0 11 4D D 2F 48 35
Octal 335 267 62 0 21 115 15 57 110 65
Binary 11011101 10110111 110010 0 10001 1001101 1101 101111 1001000 110101

Color Harmonies of #DDB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB732

Black with #DDB732

Text Example


Text Example

White with #DDB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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