Html Css Color HEX #DBBE46 Confetti

📋 copy color: '#DBBE46'

red 219 ◦ green 190 ◦ blue 70

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

Shades of Confetti #DBBE46

Tints of Confetti #DBBE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 45.72%
G = 39.67%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBBE46 (or 0xDBBE46) is known color: Confetti. HEX triplet: DB, BE and 46. RGB value is (219,190,70). Sum of RGB (Red+Green+Blue) = 219+190+70=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE46 is #2441B9. Grayscale: #B9B9B9. Windows color (decimal): -2376122 or 4636379. OLE color: 4636379.

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

Color convert

RGB 219 190 70 -
CMYK 0 0.13 0.68 0.14
HSL 48.32º 0.67% 0.57% -
HSV(B) 48.32º 0.68% 0.86% -
XYZ 48.73 52.33 13.33 -
YUV 184.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 219 190 70 0 0.13 0.68 0.14 48.32 0.67 0.57
Hex DB BE 46 0 D 44 E 30 43 39
Octal 333 276 106 0 15 104 16 60 103 71
Binary 11011011 10111110 1000110 0 1101 1000100 1110 110000 1000011 111001

Color Harmonies of #DBBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE46

Black with #DBBE46

Text Example


Text Example

White with #DBBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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