Html Css Color HEX #DDB63A Metallic Gold

📋 copy color: '#DDB63A'

red 221 ◦ green 182 ◦ blue 58

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

Shades of Metallic Gold #DDB63A

Tints of Metallic Gold #DDB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

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

R = 47.94%
G = 39.48%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB63A (or 0xDDB63A) is known color: Metallic Gold. HEX triplet: DD, B6 and 3A. RGB value is (221,182,58). Sum of RGB (Red+Green+Blue) = 221+182+58=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB63A is #2249C5. Grayscale: #B4B4B4. Windows color (decimal): -2247110 or 3847901. OLE color: 3847901.

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

Color convert

RGB 221 182 58 -
CMYK 0 0.18 0.74 0.13
HSL 45.64º 0.71% 0.55% -
HSV(B) 45.64º 0.74% 0.87% -
XYZ 47.31 49.13 10.99 -
YUV 179.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 221 182 58 0 0.18 0.74 0.13 45.64 0.71 0.55
Hex DD B6 3A 0 12 4A D 2E 47 37
Octal 335 266 72 0 22 112 15 56 107 67
Binary 11011101 10110110 111010 0 10010 1001010 1101 101110 1000111 110111

Color Harmonies of #DDB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB63A

Black with #DDB63A

Text Example


Text Example

White with #DDB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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