Html Css Color HEX #DBB738 Metallic Gold

📋 copy color: '#DBB738'

red 219 ◦ green 183 ◦ blue 56

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

Shades of Metallic Gold #DBB738

Tints of Metallic Gold #DBB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 56 (22.27% from 255) = 12.23%

R = 47.82%
G = 39.96%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBB738 (or 0xDBB738) is known color: Metallic Gold. HEX triplet: DB, B7 and 38. RGB value is (219,183,56). Sum of RGB (Red+Green+Blue) = 219+183+56=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB738 is #2448C7. Grayscale: #B3B3B3. Windows color (decimal): -2377928 or 3717083. OLE color: 3717083.

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

Color convert

RGB 219 183 56 -
CMYK 0 0.16 0.74 0.14
HSL 46.75º 0.69% 0.54% -
HSV(B) 46.75º 0.74% 0.86% -
XYZ 46.86 49.21 10.77 -
YUV 179.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 219 183 56 0 0.16 0.74 0.14 46.75 0.69 0.54
Hex DB B7 38 0 10 4A E 2F 45 36
Octal 333 267 70 0 20 112 16 57 105 66
Binary 11011011 10110111 111000 0 10000 1001010 1110 101111 1000101 110110

Color Harmonies of #DBB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB738

Black with #DBB738

Text Example


Text Example

White with #DBB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB738; }

 p { color: rgb(219,183,56); }

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

background-color css

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

 a { background-color: rgb(219,183,56); }

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

border-color css

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

 span { border-color: rgb(219,183,56); }

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