Html Css Color HEX #DBBE2B Gold Tips

📋 copy color: '#DBBE2B'

red 219 ◦ green 190 ◦ blue 43

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

Shades of Gold Tips #DBBE2B

Tints of Gold Tips #DBBE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.51%

R = 48.45%
G = 42.04%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBBE2B (or 0xDBBE2B) is known color: Gold Tips. HEX triplet: DB, BE and 2B. RGB value is (219,190,43). Sum of RGB (Red+Green+Blue) = 219+190+43=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE2B is #2441D4. Grayscale: #B6B6B6. Windows color (decimal): -2376149 or 2866907. OLE color: 2866907.

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

Color convert

RGB 219 190 43 -
CMYK 0 0.13 0.80 0.14
HSL 50.11º 0.71% 0.51% -
HSV(B) 50.11º 0.8% 0.86% -
XYZ 48.06 52.06 9.8 -
YUV 181.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 219 190 43 0 0.13 0.80 0.14 50.11 0.71 0.51
Hex DB BE 2B 0 D 50 E 32 47 33
Octal 333 276 53 0 15 120 16 62 107 63
Binary 11011011 10111110 101011 0 1101 1010000 1110 110010 1000111 110011

Color Harmonies of #DBBE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE2B

Black with #DBBE2B

Text Example


Text Example

White with #DBBE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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