Html Css Color HEX #DBB841 Old Gold

📋 copy color: '#DBB841'

red 219 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #DBB841

Tints of Old Gold #DBB841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 46.79%
G = 39.32%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB841 (or 0xDBB841) is known color: Old Gold. HEX triplet: DB, B8 and 41. RGB value is (219,184,65). Sum of RGB (Red+Green+Blue) = 219+184+65=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB841 is #2447BE. Grayscale: #B5B5B5. Windows color (decimal): -2377663 or 4307163. OLE color: 4307163.

HSL color Cylindrical-coordinate representation of color #DBB841: hue angle of 46.36º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB841 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 65 -
CMYK 0 0.16 0.70 0.14
HSL 46.36º 0.68% 0.56% -
HSV(B) 46.36º 0.7% 0.86% -
XYZ 47.31 49.72 12.11 -
YUV 180.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 219 184 65 0 0.16 0.70 0.14 46.36 0.68 0.56
Hex DB B8 41 0 10 46 E 2E 44 38
Octal 333 270 101 0 20 106 16 56 104 70
Binary 11011011 10111000 1000001 0 10000 1000110 1110 101110 1000100 111000

Color Harmonies of #DBB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB841

Black with #DBB841

Text Example


Text Example

White with #DBB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB841; }

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

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

background-color css

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

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

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

border-color css

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

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

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