Html Css Color HEX #DDB73E Metallic Gold

📋 copy color: '#DDB73E'

red 221 ◦ green 183 ◦ blue 62

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

Shades of Metallic Gold #DDB73E

Tints of Metallic Gold #DDB73E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 47.42%
G = 39.27%
B = 13.3%

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

#DDB73E (or 0xDDB73E) is known color: Metallic Gold. HEX triplet: DD, B7 and 3E. RGB value is (221,183,62). Sum of RGB (Red+Green+Blue) = 221+183+62=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB73E is #2248C1. Grayscale: #B5B5B5. Windows color (decimal): -2246850 or 4110301. OLE color: 4110301.

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

Color convert

RGB 221 183 62 -
CMYK 0 0.17 0.72 0.13
HSL 45.66º 0.7% 0.55% -
HSV(B) 45.66º 0.72% 0.87% -
XYZ 47.62 49.59 11.62 -
YUV 180.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 221 183 62 0 0.17 0.72 0.13 45.66 0.7 0.55
Hex DD B7 3E 0 11 48 D 2E 46 37
Octal 335 267 76 0 21 110 15 56 106 67
Binary 11011101 10110111 111110 0 10001 1001000 1101 101110 1000110 110111

Color Harmonies of #DDB73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB73E

Black with #DDB73E

Text Example


Text Example

White with #DDB73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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