Html Css Color HEX #DDB93D Metallic Gold

📋 copy color: '#DDB93D'

red 221 ◦ green 185 ◦ blue 61

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

Shades of Metallic Gold #DDB93D

Tints of Metallic Gold #DDB93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.06%

R = 47.32%
G = 39.61%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB93D (or 0xDDB93D) is known color: Metallic Gold. HEX triplet: DD, B9 and 3D. RGB value is (221,185,61). Sum of RGB (Red+Green+Blue) = 221+185+61=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB93D is #2246C2. Grayscale: #B6B6B6. Windows color (decimal): -2246339 or 4045277. OLE color: 4045277.

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

Color convert

RGB 221 185 61 -
CMYK 0 0.16 0.72 0.13
HSL 46.5º 0.7% 0.55% -
HSV(B) 46.5º 0.72% 0.87% -
XYZ 48.01 50.41 11.61 -
YUV 181.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 221 185 61 0 0.16 0.72 0.13 46.5 0.7 0.55
Hex DD B9 3D 0 10 48 D 2E 46 37
Octal 335 271 75 0 20 110 15 56 106 67
Binary 11011101 10111001 111101 0 10000 1001000 1101 101110 1000110 110111

Color Harmonies of #DDB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB93D

Black with #DDB93D

Text Example


Text Example

White with #DDB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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