Html Css Color HEX #DBBA48 Old Gold

📋 copy color: '#DBBA48'

red 219 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #DBBA48

Tints of Old Gold #DBBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 45.91%
G = 38.99%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBBA48 (or 0xDBBA48) is known color: Old Gold. HEX triplet: DB, BA and 48. RGB value is (219,186,72). Sum of RGB (Red+Green+Blue) = 219+186+72=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA48 is #2445B7. Grayscale: #B7B7B7. Windows color (decimal): -2377144 or 4766427. OLE color: 4766427.

HSL color Cylindrical-coordinate representation of color #DBBA48: hue angle of 46.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBBA48 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 72 -
CMYK 0 0.15 0.67 0.14
HSL 46.53º 0.67% 0.57% -
HSV(B) 46.53º 0.67% 0.86% -
XYZ 47.94 50.65 13.38 -
YUV 182.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 219 186 72 0 0.15 0.67 0.14 46.53 0.67 0.57
Hex DB BA 48 0 F 43 E 2F 43 39
Octal 333 272 110 0 17 103 16 57 103 71
Binary 11011011 10111010 1001000 0 1111 1000011 1110 101111 1000011 111001

Color Harmonies of #DBBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA48

Black with #DBBA48

Text Example


Text Example

White with #DBBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA48; }

 p { color: rgb(219,186,72); }

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

background-color css

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

 a { background-color: rgb(219,186,72); }

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

border-color css

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

 span { border-color: rgb(219,186,72); }

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