Html Css Color HEX #DDB53B Metallic Gold

📋 copy color: '#DDB53B'

red 221 ◦ green 181 ◦ blue 59

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

Shades of Metallic Gold #DDB53B

Tints of Metallic Gold #DDB53B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 59 (23.44% from 255) = 12.8%

R = 47.94%
G = 39.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDB53B (or 0xDDB53B) is known color: Metallic Gold. HEX triplet: DD, B5 and 3B. RGB value is (221,181,59). Sum of RGB (Red+Green+Blue) = 221+181+59=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53B is #224AC4. Grayscale: #B3B3B3. Windows color (decimal): -2247365 or 3913181. OLE color: 3913181.

HSL color Cylindrical-coordinate representation of color #DDB53B: hue angle of 45.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDB53B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 59 -
CMYK 0 0.18 0.73 0.13
HSL 45.19º 0.7% 0.55% -
HSV(B) 45.19º 0.73% 0.87% -
XYZ 47.13 48.74 11.06 -
YUV 179.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 221 181 59 0 0.18 0.73 0.13 45.19 0.7 0.55
Hex DD B5 3B 0 12 49 D 2D 46 37
Octal 335 265 73 0 22 111 15 55 106 67
Binary 11011101 10110101 111011 0 10010 1001001 1101 101101 1000110 110111

Color Harmonies of #DDB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB53B

Black with #DDB53B

Text Example


Text Example

White with #DDB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB53B; }

 p { color: rgb(221,181,59); }

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

background-color css

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

 a { background-color: rgb(221,181,59); }

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

border-color css

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

 span { border-color: rgb(221,181,59); }

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