Html Css Color HEX #DDB63D Metallic Gold

📋 copy color: '#DDB63D'

red 221 ◦ green 182 ◦ blue 61

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

Shades of Metallic Gold #DDB63D

Tints of Metallic Gold #DDB63D

RGB

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

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

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

R = 47.63%
G = 39.22%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB63D (or 0xDDB63D) is known color: Metallic Gold. HEX triplet: DD, B6 and 3D. RGB value is (221,182,61). Sum of RGB (Red+Green+Blue) = 221+182+61=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB63D is #2249C2. Grayscale: #B4B4B4. Windows color (decimal): -2247107 or 4044509. OLE color: 4044509.

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

Color convert

RGB 221 182 61 -
CMYK 0 0.18 0.72 0.13
HSL 45.38º 0.7% 0.55% -
HSV(B) 45.38º 0.72% 0.87% -
XYZ 47.39 49.16 11.41 -
YUV 179.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 221 182 61 0 0.18 0.72 0.13 45.38 0.7 0.55
Hex DD B6 3D 0 12 48 D 2D 46 37
Octal 335 266 75 0 22 110 15 55 106 67
Binary 11011101 10110110 111101 0 10010 1001000 1101 101101 1000110 110111

Color Harmonies of #DDB63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB63D

Black with #DDB63D

Text Example


Text Example

White with #DDB63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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