Html Css Color HEX #DBAB33 Metallic Gold

📋 copy color: '#DBAB33'

red 219 ◦ green 171 ◦ blue 51

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

Shades of Metallic Gold #DBAB33

Tints of Metallic Gold #DBAB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 49.66%
G = 38.78%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBAB33 (or 0xDBAB33) is known color: Metallic Gold. HEX triplet: DB, AB and 33. RGB value is (219,171,51). Sum of RGB (Red+Green+Blue) = 219+171+51=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB33 is #2454CC. Grayscale: #ACACAC. Windows color (decimal): -2381005 or 3386331. OLE color: 3386331.

HSL color Cylindrical-coordinate representation of color #DBAB33: hue angle of 42.86º 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 #DBAB33 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 51 -
CMYK 0 0.22 0.77 0.14
HSL 42.86º 0.7% 0.53% -
HSV(B) 42.86º 0.77% 0.86% -
XYZ 44.37 44.42 9.37 -
YUV 171.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 219 171 51 0 0.22 0.77 0.14 42.86 0.7 0.53
Hex DB AB 33 0 16 4D E 2B 46 35
Octal 333 253 63 0 26 115 16 53 106 65
Binary 11011011 10101011 110011 0 10110 1001101 1110 101011 1000110 110101

Color Harmonies of #DBAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB33

Black with #DBAB33

Text Example


Text Example

White with #DBAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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