Html Css Color HEX #DABE50 Confetti

📋 copy color: '#DABE50'

red 218 ◦ green 190 ◦ blue 80

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

Shades of Confetti #DABE50

Tints of Confetti #DABE50

RGB

 RED value IS 218 (85.55% from 255) = 44.67%

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

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 44.67%
G = 38.93%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DABE50 (or 0xDABE50) is known color: Confetti. HEX triplet: DA, BE and 50. RGB value is (218,190,80). Sum of RGB (Red+Green+Blue) = 218+190+80=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE50 is #2541AF. Grayscale: #BABABA. Windows color (decimal): -2441648 or 5291738. OLE color: 5291738.

HSL color Cylindrical-coordinate representation of color #DABE50: hue angle of 47.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DABE50 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 80 -
CMYK 0 0.13 0.63 0.15
HSL 47.83º 0.65% 0.58% -
HSV(B) 47.83º 0.63% 0.85% -
XYZ 48.77 52.31 15.12 -
YUV 185.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 218 190 80 0 0.13 0.63 0.15 47.83 0.65 0.58
Hex DA BE 50 0 D 3F F 30 41 3A
Octal 332 276 120 0 15 77 17 60 101 72
Binary 11011010 10111110 1010000 0 1101 111111 1111 110000 1000001 111010

Color Harmonies of #DABE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE50

Black with #DABE50

Text Example


Text Example

White with #DABE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE50; }

 p { color: rgb(218,190,80); }

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

background-color css

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

 a { background-color: rgb(218,190,80); }

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

border-color css

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

 span { border-color: rgb(218,190,80); }

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