Html Css Color HEX #DBBE2E Gold Tips

📋 copy color: '#DBBE2E'

red 219 ◦ green 190 ◦ blue 46

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

Shades of Gold Tips #DBBE2E

Tints of Gold Tips #DBBE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 48.13%
G = 41.76%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBBE2E (or 0xDBBE2E) is known color: Gold Tips. HEX triplet: DB, BE and 2E. RGB value is (219,190,46). Sum of RGB (Red+Green+Blue) = 219+190+46=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE2E is #2441D1. Grayscale: #B6B6B6. Windows color (decimal): -2376146 or 3063515. OLE color: 3063515.

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

Color convert

RGB 219 190 46 -
CMYK 0 0.13 0.79 0.14
HSL 49.94º 0.71% 0.52% -
HSV(B) 49.94º 0.79% 0.86% -
XYZ 48.12 52.08 10.1 -
YUV 182.26 51.11 154.21 -
System Red Green Blue C M Y K H S L
Decimal 219 190 46 0 0.13 0.79 0.14 49.94 0.71 0.52
Hex DB BE 2E 0 D 4F E 32 47 34
Octal 333 276 56 0 15 117 16 62 107 64
Binary 11011011 10111110 101110 0 1101 1001111 1110 110010 1000111 110100

Color Harmonies of #DBBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE2E

Black with #DBBE2E

Text Example


Text Example

White with #DBBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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