Html Css Color HEX #DDBA3C Metallic Gold

📋 copy color: '#DDBA3C'

red 221 ◦ green 186 ◦ blue 60

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

Shades of Metallic Gold #DDBA3C

Tints of Metallic Gold #DDBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 60 (23.83% from 255) = 12.85%

R = 47.32%
G = 39.83%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDBA3C (or 0xDDBA3C) is known color: Metallic Gold. HEX triplet: DD, BA and 3C. RGB value is (221,186,60). Sum of RGB (Red+Green+Blue) = 221+186+60=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA3C is #2245C3. Grayscale: #B6B6B6. Windows color (decimal): -2246084 or 3979997. OLE color: 3979997.

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

Color convert

RGB 221 186 60 -
CMYK 0 0.16 0.73 0.13
HSL 46.96º 0.7% 0.55% -
HSV(B) 46.96º 0.73% 0.87% -
XYZ 48.19 50.82 11.54 -
YUV 182.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 221 186 60 0 0.16 0.73 0.13 46.96 0.7 0.55
Hex DD BA 3C 0 10 49 D 2F 46 37
Octal 335 272 74 0 20 111 15 57 106 67
Binary 11011101 10111010 111100 0 10000 1001001 1101 101111 1000110 110111

Color Harmonies of #DDBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA3C

Black with #DDBA3C

Text Example


Text Example

White with #DDBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA3C; }

 p { color: rgb(221,186,60); }

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

background-color css

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

 a { background-color: rgb(221,186,60); }

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

border-color css

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

 span { border-color: rgb(221,186,60); }

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