Html Css Color HEX #DDB535 Metallic Gold

📋 copy color: '#DDB535'

red 221 ◦ green 181 ◦ blue 53

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

Shades of Metallic Gold #DDB535

Tints of Metallic Gold #DDB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.65%

R = 48.57%
G = 39.78%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDB535 (or 0xDDB535) is known color: Metallic Gold. HEX triplet: DD, B5 and 35. RGB value is (221,181,53). Sum of RGB (Red+Green+Blue) = 221+181+53=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB535 is #224ACA. Grayscale: #B2B2B2. Windows color (decimal): -2247371 or 3519965. OLE color: 3519965.

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

Color convert

RGB 221 181 53 -
CMYK 0 0.18 0.76 0.13
HSL 45.71º 0.71% 0.54% -
HSV(B) 45.71º 0.76% 0.87% -
XYZ 46.99 48.68 10.29 -
YUV 178.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 221 181 53 0 0.18 0.76 0.13 45.71 0.71 0.54
Hex DD B5 35 0 12 4C D 2E 47 36
Octal 335 265 65 0 22 114 15 56 107 66
Binary 11011101 10110101 110101 0 10010 1001100 1101 101110 1000111 110110

Color Harmonies of #DDB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB535

Black with #DDB535

Text Example


Text Example

White with #DDB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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