Html Css Color HEX #DBBB34 Metallic Gold

📋 copy color: '#DBBB34'

red 219 ◦ green 187 ◦ blue 52

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

Shades of Metallic Gold #DBBB34

Tints of Metallic Gold #DBBB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.35%

R = 47.82%
G = 40.83%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBBB34 (or 0xDBBB34) is known color: Metallic Gold. HEX triplet: DB, BB and 34. RGB value is (219,187,52). Sum of RGB (Red+Green+Blue) = 219+187+52=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB34 is #2444CB. Grayscale: #B5B5B5. Windows color (decimal): -2376908 or 3455963. OLE color: 3455963.

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

Color convert

RGB 219 187 52 -
CMYK 0 0.15 0.76 0.14
HSL 48.5º 0.7% 0.53% -
HSV(B) 48.5º 0.76% 0.86% -
XYZ 47.6 50.85 10.55 -
YUV 181.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 219 187 52 0 0.15 0.76 0.14 48.5 0.7 0.53
Hex DB BB 34 0 F 4C E 31 46 35
Octal 333 273 64 0 17 114 16 61 106 65
Binary 11011011 10111011 110100 0 1111 1001100 1110 110001 1000110 110101

Color Harmonies of #DBBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB34

Black with #DBBB34

Text Example


Text Example

White with #DBBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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