Html Css Color HEX #DBB843 Old Gold

📋 copy color: '#DBB843'

red 219 ◦ green 184 ◦ blue 67

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

Shades of Old Gold #DBB843

Tints of Old Gold #DBB843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.26%

R = 46.6%
G = 39.15%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBB843 (or 0xDBB843) is known color: Old Gold. HEX triplet: DB, B8 and 43. RGB value is (219,184,67). Sum of RGB (Red+Green+Blue) = 219+184+67=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB843 is #2447BC. Grayscale: #B5B5B5. Windows color (decimal): -2377661 or 4438235. OLE color: 4438235.

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

Color convert

RGB 219 184 67 -
CMYK 0 0.16 0.69 0.14
HSL 46.18º 0.68% 0.56% -
HSV(B) 46.18º 0.69% 0.86% -
XYZ 47.37 49.75 12.42 -
YUV 181.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 219 184 67 0 0.16 0.69 0.14 46.18 0.68 0.56
Hex DB B8 43 0 10 45 E 2E 44 38
Octal 333 270 103 0 20 105 16 56 104 70
Binary 11011011 10111000 1000011 0 10000 1000101 1110 101110 1000100 111000

Color Harmonies of #DBB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB843

Black with #DBB843

Text Example


Text Example

White with #DBB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB843; }

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

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

background-color css

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

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

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

border-color css

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

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

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