Html Css Color HEX #DBB945 Old Gold

📋 copy color: '#DBB945'

red 219 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #DBB945

Tints of Old Gold #DBB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 69 (27.34% from 255) = 14.59%

R = 46.3%
G = 39.11%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB945 (or 0xDBB945) is known color: Old Gold. HEX triplet: DB, B9 and 45. RGB value is (219,185,69). Sum of RGB (Red+Green+Blue) = 219+185+69=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB945 is #2446BA. Grayscale: #B6B6B6. Windows color (decimal): -2377403 or 4569563. OLE color: 4569563.

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

Color convert

RGB 219 185 69 -
CMYK 0 0.16 0.68 0.14
HSL 46.4º 0.68% 0.56% -
HSV(B) 46.4º 0.68% 0.86% -
XYZ 47.64 50.19 12.81 -
YUV 181.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 219 185 69 0 0.16 0.68 0.14 46.4 0.68 0.56
Hex DB B9 45 0 10 44 E 2E 44 38
Octal 333 271 105 0 20 104 16 56 104 70
Binary 11011011 10111001 1000101 0 10000 1000100 1110 101110 1000100 111000

Color Harmonies of #DBB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB945

Black with #DBB945

Text Example


Text Example

White with #DBB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB945; }

 p { color: rgb(219,185,69); }

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

background-color css

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

 a { background-color: rgb(219,185,69); }

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

border-color css

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

 span { border-color: rgb(219,185,69); }

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