Html Css Color HEX #DDB334 Metallic Gold

📋 copy color: '#DDB334'

red 221 ◦ green 179 ◦ blue 52

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

Shades of Metallic Gold #DDB334

Tints of Metallic Gold #DDB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.5%

R = 48.89%
G = 39.6%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDB334 (or 0xDDB334) is known color: Metallic Gold. HEX triplet: DD, B3 and 34. RGB value is (221,179,52). Sum of RGB (Red+Green+Blue) = 221+179+52=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB334 is #224CCB. Grayscale: #B1B1B1. Windows color (decimal): -2247884 or 3453917. OLE color: 3453917.

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

Color convert

RGB 221 179 52 -
CMYK 0 0.19 0.76 0.13
HSL 45.09º 0.71% 0.54% -
HSV(B) 45.09º 0.76% 0.87% -
XYZ 46.56 47.86 10.03 -
YUV 177.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 221 179 52 0 0.19 0.76 0.13 45.09 0.71 0.54
Hex DD B3 34 0 13 4C D 2D 47 36
Octal 335 263 64 0 23 114 15 55 107 66
Binary 11011101 10110011 110100 0 10011 1001100 1101 101101 1000111 110110

Color Harmonies of #DDB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB334

Black with #DDB334

Text Example


Text Example

White with #DDB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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