Html Css Color HEX #DABE49 Confetti

📋 copy color: '#DABE49'

red 218 ◦ green 190 ◦ blue 73

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

Shades of Confetti #DABE49

Tints of Confetti #DABE49

RGB

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

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

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

R = 45.32%
G = 39.5%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DABE49 (or 0xDABE49) is known color: Confetti. HEX triplet: DA, BE and 49. RGB value is (218,190,73). Sum of RGB (Red+Green+Blue) = 218+190+73=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE49 is #2541B6. Grayscale: #B9B9B9. Windows color (decimal): -2441655 or 4832986. OLE color: 4832986.

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

Color convert

RGB 218 190 73 -
CMYK 0 0.13 0.67 0.15
HSL 48.41º 0.66% 0.57% -
HSV(B) 48.41º 0.67% 0.85% -
XYZ 48.53 52.21 13.82 -
YUV 185.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 218 190 73 0 0.13 0.67 0.15 48.41 0.66 0.57
Hex DA BE 49 0 D 43 F 30 42 39
Octal 332 276 111 0 15 103 17 60 102 71
Binary 11011010 10111110 1001001 0 1101 1000011 1111 110000 1000010 111001

Color Harmonies of #DABE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE49

Black with #DABE49

Text Example


Text Example

White with #DABE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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