Html Css Color HEX #DDB333 Metallic Gold

📋 copy color: '#DDB333'

red 221 ◦ green 179 ◦ blue 51

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

Shades of Metallic Gold #DDB333

Tints of Metallic Gold #DDB333

RGB

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

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

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

R = 49%
G = 39.69%
B = 11.31%

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

#DDB333 (or 0xDDB333) is known color: Metallic Gold. HEX triplet: DD, B3 and 33. RGB value is (221,179,51). Sum of RGB (Red+Green+Blue) = 221+179+51=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB333 is #224CCC. Grayscale: #B1B1B1. Windows color (decimal): -2247885 or 3388381. OLE color: 3388381.

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

Color convert

RGB 221 179 51 -
CMYK 0 0.19 0.77 0.13
HSL 45.18º 0.71% 0.53% -
HSV(B) 45.18º 0.77% 0.87% -
XYZ 46.54 47.85 9.92 -
YUV 176.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 221 179 51 0 0.19 0.77 0.13 45.18 0.71 0.53
Hex DD B3 33 0 13 4D D 2D 47 35
Octal 335 263 63 0 23 115 15 55 107 65
Binary 11011101 10110011 110011 0 10011 1001101 1101 101101 1000111 110101

Color Harmonies of #DDB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB333

Black with #DDB333

Text Example


Text Example

White with #DDB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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