Html Css Color HEX #DBB239 Metallic Gold

📋 copy color: '#DBB239'

red 219 ◦ green 178 ◦ blue 57

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

Shades of Metallic Gold #DBB239

Tints of Metallic Gold #DBB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 48.24%
G = 39.21%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBB239 (or 0xDBB239) is known color: Metallic Gold. HEX triplet: DB, B2 and 39. RGB value is (219,178,57). Sum of RGB (Red+Green+Blue) = 219+178+57=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB239 is #244DC6. Grayscale: #B0B0B0. Windows color (decimal): -2379207 or 3781339. OLE color: 3781339.

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

Color convert

RGB 219 178 57 -
CMYK 0 0.19 0.74 0.14
HSL 44.81º 0.69% 0.54% -
HSV(B) 44.81º 0.74% 0.86% -
XYZ 45.87 47.2 10.56 -
YUV 176.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 219 178 57 0 0.19 0.74 0.14 44.81 0.69 0.54
Hex DB B2 39 0 13 4A E 2D 45 36
Octal 333 262 71 0 23 112 16 55 105 66
Binary 11011011 10110010 111001 0 10011 1001010 1110 101101 1000101 110110

Color Harmonies of #DBB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB239

Black with #DBB239

Text Example


Text Example

White with #DBB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB239; }

 p { color: rgb(219,178,57); }

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

background-color css

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

 a { background-color: rgb(219,178,57); }

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

border-color css

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

 span { border-color: rgb(219,178,57); }

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