Html Css Color HEX #DABF49 Confetti

📋 copy color: '#DABF49'

red 218 ◦ green 191 ◦ blue 73

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

Shades of Confetti #DABF49

Tints of Confetti #DABF49

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 45.23%
G = 39.63%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DABF49 (or 0xDABF49) is known color: Confetti. HEX triplet: DA, BF and 49. RGB value is (218,191,73). Sum of RGB (Red+Green+Blue) = 218+191+73=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF49 is #2540B6. Grayscale: #BABABA. Windows color (decimal): -2441399 or 4833242. OLE color: 4833242.

HSL color Cylindrical-coordinate representation of color #DABF49: hue angle of 48.83º 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 #DABF49 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 73 -
CMYK 0 0.12 0.67 0.15
HSL 48.83º 0.66% 0.57% -
HSV(B) 48.83º 0.67% 0.85% -
XYZ 48.75 52.65 13.9 -
YUV 185.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 218 191 73 0 0.12 0.67 0.15 48.83 0.66 0.57
Hex DA BF 49 0 C 43 F 31 42 39
Octal 332 277 111 0 14 103 17 61 102 71
Binary 11011010 10111111 1001001 0 1100 1000011 1111 110001 1000010 111001

Color Harmonies of #DABF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF49

Black with #DABF49

Text Example


Text Example

White with #DABF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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