Html Css Color HEX #DDB836 Metallic Gold

📋 copy color: '#DDB836'

red 221 ◦ green 184 ◦ blue 54

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

Shades of Metallic Gold #DDB836

Tints of Metallic Gold #DDB836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 54 (21.48% from 255) = 11.76%

R = 48.15%
G = 40.09%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDB836 (or 0xDDB836) is known color: Metallic Gold. HEX triplet: DD, B8 and 36. RGB value is (221,184,54). Sum of RGB (Red+Green+Blue) = 221+184+54=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB836 is #2247C9. Grayscale: #B4B4B4. Windows color (decimal): -2246602 or 3586269. OLE color: 3586269.

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

Color convert

RGB 221 184 54 -
CMYK 0 0.17 0.76 0.13
HSL 46.71º 0.71% 0.54% -
HSV(B) 46.71º 0.76% 0.87% -
XYZ 47.63 49.92 10.62 -
YUV 180.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 221 184 54 0 0.17 0.76 0.13 46.71 0.71 0.54
Hex DD B8 36 0 11 4C D 2F 47 36
Octal 335 270 66 0 21 114 15 57 107 66
Binary 11011101 10111000 110110 0 10001 1001100 1101 101111 1000111 110110

Color Harmonies of #DDB836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB836

Black with #DDB836

Text Example


Text Example

White with #DDB836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB836; }

 p { color: rgb(221,184,54); }

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

background-color css

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

 a { background-color: rgb(221,184,54); }

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

border-color css

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

 span { border-color: rgb(221,184,54); }

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