Html Css Color HEX #DDB83E Metallic Gold

📋 copy color: '#DDB83E'

red 221 ◦ green 184 ◦ blue 62

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

Shades of Metallic Gold #DDB83E

Tints of Metallic Gold #DDB83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 47.32%
G = 39.4%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB83E (or 0xDDB83E) is known color: Metallic Gold. HEX triplet: DD, B8 and 3E. RGB value is (221,184,62). Sum of RGB (Red+Green+Blue) = 221+184+62=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83E is #2247C1. Grayscale: #B5B5B5. Windows color (decimal): -2246594 or 4110557. OLE color: 4110557.

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

Color convert

RGB 221 184 62 -
CMYK 0 0.17 0.72 0.13
HSL 46.04º 0.7% 0.55% -
HSV(B) 46.04º 0.72% 0.87% -
XYZ 47.83 50 11.69 -
YUV 181.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 221 184 62 0 0.17 0.72 0.13 46.04 0.7 0.55
Hex DD B8 3E 0 11 48 D 2E 46 37
Octal 335 270 76 0 21 110 15 56 106 67
Binary 11011101 10111000 111110 0 10001 1001000 1101 101110 1000110 110111

Color Harmonies of #DDB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB83E

Black with #DDB83E

Text Example


Text Example

White with #DDB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB83E; }

 p { color: rgb(221,184,62); }

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

background-color css

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

 a { background-color: rgb(221,184,62); }

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

border-color css

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

 span { border-color: rgb(221,184,62); }

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