#DABE4B

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

Shades of Confetti #DABE4B

Tints of Confetti #DABE4B

Color information

#DABE4B (or 0xDABE4B) is unknown color: approx Confetti. HEX triplet: DA, BE and 4B. RGB value is (218,190,75). Sum of RGB (Red+Green+Blue) = 218+190+75=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE4B is #2541B4. Grayscale: #B9B9B9. Windows color (decimal): -2441653 or 4964058. OLE color: 4964058.

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

Color convert

RGB21819075-
CMYK00.130.660.15
HSL48.25º65.9%57.45%-
HSV(B)48.25º65.6%85.49%-
XYZ48.652.2414.18-
YUV185.2665.78151.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=45.13%
G=39.34%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181907500.130.660.1548.2565.957.45
HexDABE4B0D42F304239
Octal332276113015102176010271
Binary1101101010111110100101101101100001011111100001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE4B; }

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

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

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

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

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

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

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

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