Html Css Color HEX #DDBB33 Metallic Gold

📋 copy color: '#DDBB33'

red 221 ◦ green 187 ◦ blue 51

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

Shades of Metallic Gold #DDBB33

Tints of Metallic Gold #DDBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

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

R = 48.15%
G = 40.74%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDBB33 (or 0xDDBB33) is known color: Metallic Gold. HEX triplet: DD, BB and 33. RGB value is (221,187,51). Sum of RGB (Red+Green+Blue) = 221+187+51=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB33 is #2244CC. Grayscale: #B6B6B6. Windows color (decimal): -2245837 or 3390429. OLE color: 3390429.

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

Color convert

RGB 221 187 51 -
CMYK 0 0.15 0.77 0.13
HSL 48º 0.71% 0.53% -
HSV(B) 48º 0.77% 0.87% -
XYZ 48.19 51.15 10.47 -
YUV 181.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 221 187 51 0 0.15 0.77 0.13 48 0.71 0.53
Hex DD BB 33 0 F 4D D 30 47 35
Octal 335 273 63 0 17 115 15 60 107 65
Binary 11011101 10111011 110011 0 1111 1001101 1101 110000 1000111 110101

Color Harmonies of #DDBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB33

Black with #DDBB33

Text Example


Text Example

White with #DDBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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