Html Css Color HEX #DDB83A Metallic Gold

📋 copy color: '#DDB83A'

red 221 ◦ green 184 ◦ blue 58

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

Shades of Metallic Gold #DDB83A

Tints of Metallic Gold #DDB83A

RGB

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

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

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

R = 47.73%
G = 39.74%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB83A (or 0xDDB83A) is known color: Metallic Gold. HEX triplet: DD, B8 and 3A. RGB value is (221,184,58). Sum of RGB (Red+Green+Blue) = 221+184+58=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83A is #2247C5. Grayscale: #B5B5B5. Windows color (decimal): -2246598 or 3848413. OLE color: 3848413.

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

Color convert

RGB 221 184 58 -
CMYK 0 0.17 0.74 0.13
HSL 46.38º 0.71% 0.55% -
HSV(B) 46.38º 0.74% 0.87% -
XYZ 47.72 49.96 11.13 -
YUV 180.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 221 184 58 0 0.17 0.74 0.13 46.38 0.71 0.55
Hex DD B8 3A 0 11 4A D 2E 47 37
Octal 335 270 72 0 21 112 15 56 107 67
Binary 11011101 10111000 111010 0 10001 1001010 1101 101110 1000111 110111

Color Harmonies of #DDB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB83A

Black with #DDB83A

Text Example


Text Example

White with #DDB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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