Html Css Color HEX #DBB838 Metallic Gold

📋 copy color: '#DBB838'

red 219 ◦ green 184 ◦ blue 56

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

Shades of Metallic Gold #DBB838

Tints of Metallic Gold #DBB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

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

R = 47.71%
G = 40.09%
B = 12.2%

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

#DBB838 (or 0xDBB838) is known color: Metallic Gold. HEX triplet: DB, B8 and 38. RGB value is (219,184,56). Sum of RGB (Red+Green+Blue) = 219+184+56=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB838 is #2447C7. Grayscale: #B4B4B4. Windows color (decimal): -2377672 or 3717339. OLE color: 3717339.

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

Color convert

RGB 219 184 56 -
CMYK 0 0.16 0.74 0.14
HSL 47.12º 0.69% 0.54% -
HSV(B) 47.12º 0.74% 0.86% -
XYZ 47.07 49.63 10.84 -
YUV 179.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 219 184 56 0 0.16 0.74 0.14 47.12 0.69 0.54
Hex DB B8 38 0 10 4A E 2F 45 36
Octal 333 270 70 0 20 112 16 57 105 66
Binary 11011011 10111000 111000 0 10000 1001010 1110 101111 1000101 110110

Color Harmonies of #DBB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB838

Black with #DBB838

Text Example


Text Example

White with #DBB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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