Html Css Color HEX #DBA633 Metallic Gold

📋 copy color: '#DBA633'

red 219 ◦ green 166 ◦ blue 51

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

Shades of Metallic Gold #DBA633

Tints of Metallic Gold #DBA633

RGB

 RED value IS 219 (85.94% from 255) = 50.23%

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 50.23%
G = 38.07%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA633 (or 0xDBA633) is known color: Metallic Gold. HEX triplet: DB, A6 and 33. RGB value is (219,166,51). Sum of RGB (Red+Green+Blue) = 219+166+51=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA633 is #2459CC. Grayscale: #A9A9A9. Windows color (decimal): -2382285 or 3385051. OLE color: 3385051.

HSL color Cylindrical-coordinate representation of color #DBA633: hue angle of 41.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBA633 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 51 -
CMYK 0 0.24 0.77 0.14
HSL 41.07º 0.7% 0.53% -
HSV(B) 41.07º 0.77% 0.86% -
XYZ 43.45 42.57 9.06 -
YUV 168.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 219 166 51 0 0.24 0.77 0.14 41.07 0.7 0.53
Hex DB A6 33 0 18 4D E 29 46 35
Octal 333 246 63 0 30 115 16 51 106 65
Binary 11011011 10100110 110011 0 11000 1001101 1110 101001 1000110 110101

Color Harmonies of #DBA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA633

Black with #DBA633

Text Example


Text Example

White with #DBA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA633; }

 p { color: rgb(219,166,51); }

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

background-color css

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

 a { background-color: rgb(219,166,51); }

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

border-color css

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

 span { border-color: rgb(219,166,51); }

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