Html Css Color HEX #DDB93A Metallic Gold

📋 copy color: '#DDB93A'

red 221 ◦ green 185 ◦ blue 58

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

Shades of Metallic Gold #DDB93A

Tints of Metallic Gold #DDB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.5%

R = 47.63%
G = 39.87%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB93A (or 0xDDB93A) is known color: Metallic Gold. HEX triplet: DD, B9 and 3A. RGB value is (221,185,58). Sum of RGB (Red+Green+Blue) = 221+185+58=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB93A is #2246C5. Grayscale: #B5B5B5. Windows color (decimal): -2246342 or 3848669. OLE color: 3848669.

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

Color convert

RGB 221 185 58 -
CMYK 0 0.16 0.74 0.13
HSL 46.75º 0.71% 0.55% -
HSV(B) 46.75º 0.74% 0.87% -
XYZ 47.93 50.38 11.2 -
YUV 181.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 221 185 58 0 0.16 0.74 0.13 46.75 0.71 0.55
Hex DD B9 3A 0 10 4A D 2F 47 37
Octal 335 271 72 0 20 112 15 57 107 67
Binary 11011101 10111001 111010 0 10000 1001010 1101 101111 1000111 110111

Color Harmonies of #DDB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB93A

Black with #DDB93A

Text Example


Text Example

White with #DDB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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