Html Css Color HEX #DBB743 Old Gold

📋 copy color: '#DBB743'

red 219 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #DBB743

Tints of Old Gold #DBB743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

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

R = 46.7%
G = 39.02%
B = 14.29%

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

#DBB743 (or 0xDBB743) is known color: Old Gold. HEX triplet: DB, B7 and 43. RGB value is (219,183,67). Sum of RGB (Red+Green+Blue) = 219+183+67=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB743 is #2448BC. Grayscale: #B5B5B5. Windows color (decimal): -2377917 or 4437979. OLE color: 4437979.

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

Color convert

RGB 219 183 67 -
CMYK 0 0.16 0.69 0.14
HSL 45.79º 0.68% 0.56% -
HSV(B) 45.79º 0.69% 0.86% -
XYZ 47.16 49.33 12.35 -
YUV 180.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 219 183 67 0 0.16 0.69 0.14 45.79 0.68 0.56
Hex DB B7 43 0 10 45 E 2E 44 38
Octal 333 267 103 0 20 105 16 56 104 70
Binary 11011011 10110111 1000011 0 10000 1000101 1110 101110 1000100 111000

Color Harmonies of #DBB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB743

Black with #DBB743

Text Example


Text Example

White with #DBB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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