Html Css Color HEX #DBBE30 Gold Tips

📋 copy color: '#DBBE30'

red 219 ◦ green 190 ◦ blue 48

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

Shades of Gold Tips #DBBE30

Tints of Gold Tips #DBBE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.5%

R = 47.92%
G = 41.58%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBBE30 (or 0xDBBE30) is known color: Gold Tips. HEX triplet: DB, BE and 30. RGB value is (219,190,48). Sum of RGB (Red+Green+Blue) = 219+190+48=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE30 is #2441CF. Grayscale: #B7B7B7. Windows color (decimal): -2376144 or 3194587. OLE color: 3194587.

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

Color convert

RGB 219 190 48 -
CMYK 0 0.13 0.78 0.14
HSL 49.82º 0.7% 0.52% -
HSV(B) 49.82º 0.78% 0.86% -
XYZ 48.16 52.1 10.31 -
YUV 182.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 219 190 48 0 0.13 0.78 0.14 49.82 0.7 0.52
Hex DB BE 30 0 D 4E E 32 46 34
Octal 333 276 60 0 15 116 16 62 106 64
Binary 11011011 10111110 110000 0 1101 1001110 1110 110010 1000110 110100

Color Harmonies of #DBBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE30

Black with #DBBE30

Text Example


Text Example

White with #DBBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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