Html Css Color HEX #DBBE49 Confetti

📋 copy color: '#DBBE49'

red 219 ◦ green 190 ◦ blue 73

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

Shades of Confetti #DBBE49

Tints of Confetti #DBBE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 45.44%
G = 39.42%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBBE49 (or 0xDBBE49) is known color: Confetti. HEX triplet: DB, BE and 49. RGB value is (219,190,73). Sum of RGB (Red+Green+Blue) = 219+190+73=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE49 is #2441B6. Grayscale: #B9B9B9. Windows color (decimal): -2376119 or 4832987. OLE color: 4832987.

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

Color convert

RGB 219 190 73 -
CMYK 0 0.13 0.67 0.14
HSL 48.08º 0.67% 0.57% -
HSV(B) 48.08º 0.67% 0.86% -
XYZ 48.83 52.37 13.84 -
YUV 185.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 219 190 73 0 0.13 0.67 0.14 48.08 0.67 0.57
Hex DB BE 49 0 D 43 E 30 43 39
Octal 333 276 111 0 15 103 16 60 103 71
Binary 11011011 10111110 1001001 0 1101 1000011 1110 110000 1000011 111001

Color Harmonies of #DBBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE49

Black with #DBBE49

Text Example


Text Example

White with #DBBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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