Html Css Color HEX #DBB943 Old Gold

📋 copy color: '#DBB943'

red 219 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #DBB943

Tints of Old Gold #DBB943

RGB

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

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

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

R = 46.5%
G = 39.28%
B = 14.23%

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

#DBB943 (or 0xDBB943) is known color: Old Gold. HEX triplet: DB, B9 and 43. RGB value is (219,185,67). Sum of RGB (Red+Green+Blue) = 219+185+67=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB943 is #2446BC. Grayscale: #B6B6B6. Windows color (decimal): -2377405 or 4438491. OLE color: 4438491.

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

Color convert

RGB 219 185 67 -
CMYK 0 0.16 0.69 0.14
HSL 46.58º 0.68% 0.56% -
HSV(B) 46.58º 0.69% 0.86% -
XYZ 47.58 50.16 12.49 -
YUV 181.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 219 185 67 0 0.16 0.69 0.14 46.58 0.68 0.56
Hex DB B9 43 0 10 45 E 2F 44 38
Octal 333 271 103 0 20 105 16 57 104 70
Binary 11011011 10111001 1000011 0 10000 1000101 1110 101111 1000100 111000

Color Harmonies of #DBB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB943

Black with #DBB943

Text Example


Text Example

White with #DBB943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB943; }

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

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

background-color css

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

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

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

border-color css

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

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

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