Html Css Color HEX #DDB636 Metallic Gold

📋 copy color: '#DDB636'

red 221 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #DDB636

Tints of Metallic Gold #DDB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.82%

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

R = 48.36%
G = 39.82%
B = 11.82%

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

#DDB636 (or 0xDDB636) is known color: Metallic Gold. HEX triplet: DD, B6 and 36. RGB value is (221,182,54). Sum of RGB (Red+Green+Blue) = 221+182+54=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB636 is #2249C9. Grayscale: #B3B3B3. Windows color (decimal): -2247114 or 3585757. OLE color: 3585757.

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

Color convert

RGB 221 182 54 -
CMYK 0 0.18 0.76 0.13
HSL 45.99º 0.71% 0.54% -
HSV(B) 45.99º 0.76% 0.87% -
XYZ 47.21 49.09 10.48 -
YUV 179.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 221 182 54 0 0.18 0.76 0.13 45.99 0.71 0.54
Hex DD B6 36 0 12 4C D 2E 47 36
Octal 335 266 66 0 22 114 15 56 107 66
Binary 11011101 10110110 110110 0 10010 1001100 1101 101110 1000111 110110

Color Harmonies of #DDB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB636

Black with #DDB636

Text Example


Text Example

White with #DDB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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