Html Css Color HEX #DBBE2A Gold Tips

📋 copy color: '#DBBE2A'

red 219 ◦ green 190 ◦ blue 42

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

Shades of Gold Tips #DBBE2A

Tints of Gold Tips #DBBE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 48.56%
G = 42.13%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBBE2A (or 0xDBBE2A) is known color: Gold Tips. HEX triplet: DB, BE and 2A. RGB value is (219,190,42). Sum of RGB (Red+Green+Blue) = 219+190+42=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE2A is #2441D5. Grayscale: #B6B6B6. Windows color (decimal): -2376150 or 2801371. OLE color: 2801371.

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

Color convert

RGB 219 190 42 -
CMYK 0 0.13 0.81 0.14
HSL 50.17º 0.71% 0.51% -
HSV(B) 50.17º 0.81% 0.86% -
XYZ 48.04 52.05 9.71 -
YUV 181.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 219 190 42 0 0.13 0.81 0.14 50.17 0.71 0.51
Hex DB BE 2A 0 D 51 E 32 47 33
Octal 333 276 52 0 15 121 16 62 107 63
Binary 11011011 10111110 101010 0 1101 1010001 1110 110010 1000111 110011

Color Harmonies of #DBBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE2A

Black with #DBBE2A

Text Example


Text Example

White with #DBBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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