Html Css Color HEX #DBBE3A Old Gold

📋 copy color: '#DBBE3A'

red 219 ◦ green 190 ◦ blue 58

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

Shades of Old Gold #DBBE3A

Tints of Old Gold #DBBE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 46.9%
G = 40.69%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBBE3A (or 0xDBBE3A) is known color: Old Gold. HEX triplet: DB, BE and 3A. RGB value is (219,190,58). Sum of RGB (Red+Green+Blue) = 219+190+58=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE3A is #2441C5. Grayscale: #B8B8B8. Windows color (decimal): -2376134 or 3849947. OLE color: 3849947.

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

Color convert

RGB 219 190 58 -
CMYK 0 0.13 0.74 0.14
HSL 49.19º 0.69% 0.54% -
HSV(B) 49.19º 0.74% 0.86% -
XYZ 48.39 52.19 11.53 -
YUV 183.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 219 190 58 0 0.13 0.74 0.14 49.19 0.69 0.54
Hex DB BE 3A 0 D 4A E 31 45 36
Octal 333 276 72 0 15 112 16 61 105 66
Binary 11011011 10111110 111010 0 1101 1001010 1110 110001 1000101 110110

Color Harmonies of #DBBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE3A

Black with #DBBE3A

Text Example


Text Example

White with #DBBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE3A; }

 p { color: rgb(219,190,58); }

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

background-color css

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

 a { background-color: rgb(219,190,58); }

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

border-color css

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

 span { border-color: rgb(219,190,58); }

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