Html Css Color HEX #DBB636 Metallic Gold

📋 copy color: '#DBB636'

red 219 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #DBB636

Tints of Metallic Gold #DBB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 11.87%

R = 48.13%
G = 40%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBB636 (or 0xDBB636) is known color: Metallic Gold. HEX triplet: DB, B6 and 36. RGB value is (219,182,54). Sum of RGB (Red+Green+Blue) = 219+182+54=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB636 is #2449C9. Grayscale: #B3B3B3. Windows color (decimal): -2378186 or 3585755. OLE color: 3585755.

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

Color convert

RGB 219 182 54 -
CMYK 0 0.17 0.75 0.14
HSL 46.55º 0.7% 0.54% -
HSV(B) 46.55º 0.75% 0.86% -
XYZ 46.61 48.78 10.45 -
YUV 178.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 219 182 54 0 0.17 0.75 0.14 46.55 0.7 0.54
Hex DB B6 36 0 11 4B E 2F 46 36
Octal 333 266 66 0 21 113 16 57 106 66
Binary 11011011 10110110 110110 0 10001 1001011 1110 101111 1000110 110110

Color Harmonies of #DBB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB636

Black with #DBB636

Text Example


Text Example

White with #DBB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB636; }

 p { color: rgb(219,182,54); }

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

background-color css

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

 a { background-color: rgb(219,182,54); }

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

border-color css

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

 span { border-color: rgb(219,182,54); }

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