Html Css Color HEX #DDB338 Metallic Gold

📋 copy color: '#DDB338'

red 221 ◦ green 179 ◦ blue 56

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

Shades of Metallic Gold #DDB338

Tints of Metallic Gold #DDB338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

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

R = 48.46%
G = 39.25%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB338 (or 0xDDB338) is known color: Metallic Gold. HEX triplet: DD, B3 and 38. RGB value is (221,179,56). Sum of RGB (Red+Green+Blue) = 221+179+56=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB338 is #224CC7. Grayscale: #B2B2B2. Windows color (decimal): -2247880 or 3716061. OLE color: 3716061.

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

Color convert

RGB 221 179 56 -
CMYK 0 0.19 0.75 0.13
HSL 44.73º 0.71% 0.54% -
HSV(B) 44.73º 0.75% 0.87% -
XYZ 46.65 47.9 10.53 -
YUV 177.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 221 179 56 0 0.19 0.75 0.13 44.73 0.71 0.54
Hex DD B3 38 0 13 4B D 2D 47 36
Octal 335 263 70 0 23 113 15 55 107 66
Binary 11011101 10110011 111000 0 10011 1001011 1101 101101 1000111 110110

Color Harmonies of #DDB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB338

Black with #DDB338

Text Example


Text Example

White with #DDB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB338; }

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

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

background-color css

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

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

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

border-color css

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

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

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