Html Css Color HEX #DBBB33 Metallic Gold

📋 copy color: '#DBBB33'

red 219 ◦ green 187 ◦ blue 51

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

Shades of Metallic Gold #DBBB33

Tints of Metallic Gold #DBBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 47.92%
G = 40.92%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBBB33 (or 0xDBBB33) is known color: Metallic Gold. HEX triplet: DB, BB and 33. RGB value is (219,187,51). Sum of RGB (Red+Green+Blue) = 219+187+51=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB33 is #2444CC. Grayscale: #B5B5B5. Windows color (decimal): -2376909 or 3390427. OLE color: 3390427.

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

Color convert

RGB 219 187 51 -
CMYK 0 0.15 0.77 0.14
HSL 48.57º 0.7% 0.53% -
HSV(B) 48.57º 0.77% 0.86% -
XYZ 47.58 50.84 10.44 -
YUV 181.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 219 187 51 0 0.15 0.77 0.14 48.57 0.7 0.53
Hex DB BB 33 0 F 4D E 31 46 35
Octal 333 273 63 0 17 115 16 61 106 65
Binary 11011011 10111011 110011 0 1111 1001101 1110 110001 1000110 110101

Color Harmonies of #DBBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB33

Black with #DBBB33

Text Example


Text Example

White with #DBBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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