#DABF48

Color #DABF48 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DABF48

Tints of Confetti #DABF48

Color information

#DABF48 (or 0xDABF48) is unknown color: approx Confetti. HEX triplet: DA, BF and 48. RGB value is (218,191,72). Sum of RGB (Red+Green+Blue) = 218+191+72=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF48 is #2540B7. Grayscale: #BABABA. Windows color (decimal): -2441400 or 4767706. OLE color: 4767706.

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

Color convert

RGB21819172-
CMYK00.120.670.15
HSL48.9º66.36%56.86%-
HSV(B)48.9º66.97%85.49%-
XYZ48.7152.6313.72-
YUV185.5163.95151.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=45.32%
G=39.71%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181917200.120.670.1548.966.3656.86
HexDABF480C43F314239
Octal332277110014103176110271
Binary1101101010111111100100001100100001111111100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF48; }

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

 H1.HeaderClassName
 {
   color: #DABF48;
 }
 .AnyTagClassName
 {
   color: #DABF48;
 }
</style>
background-color css

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

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

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

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

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

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