Html Css Color HEX #DBB933 Metallic Gold

📋 copy color: '#DBB933'

red 219 ◦ green 185 ◦ blue 51

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

Shades of Metallic Gold #DBB933

Tints of Metallic Gold #DBB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 48.13%
G = 40.66%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBB933 (or 0xDBB933) is known color: Metallic Gold. HEX triplet: DB, B9 and 33. RGB value is (219,185,51). Sum of RGB (Red+Green+Blue) = 219+185+51=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB933 is #2446CC. Grayscale: #B4B4B4. Windows color (decimal): -2377421 or 3389915. OLE color: 3389915.

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

Color convert

RGB 219 185 51 -
CMYK 0 0.16 0.77 0.14
HSL 47.86º 0.7% 0.53% -
HSV(B) 47.86º 0.77% 0.86% -
XYZ 47.16 50 10.3 -
YUV 179.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 219 185 51 0 0.16 0.77 0.14 47.86 0.7 0.53
Hex DB B9 33 0 10 4D E 30 46 35
Octal 333 271 63 0 20 115 16 60 106 65
Binary 11011011 10111001 110011 0 10000 1001101 1110 110000 1000110 110101

Color Harmonies of #DBB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB933

Black with #DBB933

Text Example


Text Example

White with #DBB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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