Html Css Color HEX #DDB332 Metallic Gold

📋 copy color: '#DDB332'

red 221 ◦ green 179 ◦ blue 50

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

Shades of Metallic Gold #DDB332

Tints of Metallic Gold #DDB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

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

R = 49.11%
G = 39.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDB332 (or 0xDDB332) is known color: Metallic Gold. HEX triplet: DD, B3 and 32. RGB value is (221,179,50). Sum of RGB (Red+Green+Blue) = 221+179+50=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB332 is #224CCD. Grayscale: #B1B1B1. Windows color (decimal): -2247886 or 3322845. OLE color: 3322845.

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

Color convert

RGB 221 179 50 -
CMYK 0 0.19 0.77 0.13
HSL 45.26º 0.72% 0.53% -
HSV(B) 45.26º 0.77% 0.87% -
XYZ 46.51 47.84 9.8 -
YUV 176.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 221 179 50 0 0.19 0.77 0.13 45.26 0.72 0.53
Hex DD B3 32 0 13 4D D 2D 48 35
Octal 335 263 62 0 23 115 15 55 110 65
Binary 11011101 10110011 110010 0 10011 1001101 1101 101101 1001000 110101

Color Harmonies of #DDB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB332

Black with #DDB332

Text Example


Text Example

White with #DDB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB332; }

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

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

background-color css

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

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

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

border-color css

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

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

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