Html Css Color HEX #DBB438 Metallic Gold

📋 copy color: '#DBB438'

red 219 ◦ green 180 ◦ blue 56

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

Shades of Metallic Gold #DBB438

Tints of Metallic Gold #DBB438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

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

R = 48.13%
G = 39.56%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBB438 (or 0xDBB438) is known color: Metallic Gold. HEX triplet: DB, B4 and 38. RGB value is (219,180,56). Sum of RGB (Red+Green+Blue) = 219+180+56=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB438 is #244BC7. Grayscale: #B2B2B2. Windows color (decimal): -2378696 or 3716315. OLE color: 3716315.

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

Color convert

RGB 219 180 56 -
CMYK 0 0.18 0.74 0.14
HSL 45.64º 0.69% 0.54% -
HSV(B) 45.64º 0.74% 0.86% -
XYZ 46.25 47.99 10.57 -
YUV 177.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 219 180 56 0 0.18 0.74 0.14 45.64 0.69 0.54
Hex DB B4 38 0 12 4A E 2E 45 36
Octal 333 264 70 0 22 112 16 56 105 66
Binary 11011011 10110100 111000 0 10010 1001010 1110 101110 1000101 110110

Color Harmonies of #DBB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB438

Black with #DBB438

Text Example


Text Example

White with #DBB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB438; }

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

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

background-color css

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

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

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

border-color css

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

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

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