Html Css Color HEX #DBB93E Old Gold

📋 copy color: '#DBB93E'

red 219 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #DBB93E

Tints of Old Gold #DBB93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 47%
G = 39.7%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBB93E (or 0xDBB93E) is known color: Old Gold. HEX triplet: DB, B9 and 3E. RGB value is (219,185,62). Sum of RGB (Red+Green+Blue) = 219+185+62=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB93E is #2446C1. Grayscale: #B5B5B5. Windows color (decimal): -2377410 or 4110811. OLE color: 4110811.

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

Color convert

RGB 219 185 62 -
CMYK 0 0.16 0.72 0.14
HSL 47.01º 0.69% 0.55% -
HSV(B) 47.01º 0.72% 0.86% -
XYZ 47.43 50.11 11.73 -
YUV 181.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 219 185 62 0 0.16 0.72 0.14 47.01 0.69 0.55
Hex DB B9 3E 0 10 48 E 2F 45 37
Octal 333 271 76 0 20 110 16 57 105 67
Binary 11011011 10111001 111110 0 10000 1001000 1110 101111 1000101 110111

Color Harmonies of #DBB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB93E

Black with #DBB93E

Text Example


Text Example

White with #DBB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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