Html Css Color HEX #DBAF38 Metallic Gold

📋 copy color: '#DBAF38'

red 219 ◦ green 175 ◦ blue 56

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

Shades of Metallic Gold #DBAF38

Tints of Metallic Gold #DBAF38

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

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

R = 48.67%
G = 38.89%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBAF38 (or 0xDBAF38) is known color: Metallic Gold. HEX triplet: DB, AF and 38. RGB value is (219,175,56). Sum of RGB (Red+Green+Blue) = 219+175+56=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF38 is #2450C7. Grayscale: #AFAFAF. Windows color (decimal): -2379976 or 3715035. OLE color: 3715035.

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

Color convert

RGB 219 175 56 -
CMYK 0 0.20 0.74 0.14
HSL 43.8º 0.69% 0.54% -
HSV(B) 43.8º 0.74% 0.86% -
XYZ 45.26 46.01 10.24 -
YUV 174.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 219 175 56 0 0.20 0.74 0.14 43.8 0.69 0.54
Hex DB AF 38 0 14 4A E 2C 45 36
Octal 333 257 70 0 24 112 16 54 105 66
Binary 11011011 10101111 111000 0 10100 1001010 1110 101100 1000101 110110

Color Harmonies of #DBAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF38

Black with #DBAF38

Text Example


Text Example

White with #DBAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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