Html Css Color HEX #DDB935 Metallic Gold

📋 copy color: '#DDB935'

red 221 ◦ green 185 ◦ blue 53

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

Shades of Metallic Gold #DDB935

Tints of Metallic Gold #DDB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 48.15%
G = 40.31%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDB935 (or 0xDDB935) is known color: Metallic Gold. HEX triplet: DD, B9 and 35. RGB value is (221,185,53). Sum of RGB (Red+Green+Blue) = 221+185+53=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB935 is #2246CA. Grayscale: #B5B5B5. Windows color (decimal): -2246347 or 3520989. OLE color: 3520989.

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

Color convert

RGB 221 185 53 -
CMYK 0 0.16 0.76 0.13
HSL 47.14º 0.71% 0.54% -
HSV(B) 47.14º 0.76% 0.87% -
XYZ 47.81 50.33 10.56 -
YUV 180.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 221 185 53 0 0.16 0.76 0.13 47.14 0.71 0.54
Hex DD B9 35 0 10 4C D 2F 47 36
Octal 335 271 65 0 20 114 15 57 107 66
Binary 11011101 10111001 110101 0 10000 1001100 1101 101111 1000111 110110

Color Harmonies of #DDB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB935

Black with #DDB935

Text Example


Text Example

White with #DDB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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