Html Css Color HEX #DDB938 Metallic Gold

📋 copy color: '#DDB938'

red 221 ◦ green 185 ◦ blue 56

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

Shades of Metallic Gold #DDB938

Tints of Metallic Gold #DDB938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.12%

R = 47.84%
G = 40.04%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB938 (or 0xDDB938) is known color: Metallic Gold. HEX triplet: DD, B9 and 38. RGB value is (221,185,56). Sum of RGB (Red+Green+Blue) = 221+185+56=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB938 is #2246C7. Grayscale: #B5B5B5. Windows color (decimal): -2246344 or 3717597. OLE color: 3717597.

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

Color convert

RGB 221 185 56 -
CMYK 0 0.16 0.75 0.13
HSL 46.91º 0.71% 0.54% -
HSV(B) 46.91º 0.75% 0.87% -
XYZ 47.88 50.36 10.94 -
YUV 181.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 221 185 56 0 0.16 0.75 0.13 46.91 0.71 0.54
Hex DD B9 38 0 10 4B D 2F 47 36
Octal 335 271 70 0 20 113 15 57 107 66
Binary 11011101 10111001 111000 0 10000 1001011 1101 101111 1000111 110110

Color Harmonies of #DDB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB938

Black with #DDB938

Text Example


Text Example

White with #DDB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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